Add ansible tools to shell hosts

This commit is contained in:
Timo Makinen 2022-01-30 15:52:39 +00:00
parent bf2b25df65
commit 143688d988

View file

@ -42,6 +42,8 @@
name: "{{ package }}" name: "{{ package }}"
state: installed state: installed
with_items: with_items:
- ansible
- ansible-collection-ansible-posix
- convmv - convmv
- elinks - elinks
- emacs - emacs
@ -50,12 +52,14 @@
- jq - jq
- kernel-doc - kernel-doc
- php-cli - php-cli
- python3-netaddr
- rcs - rcs
- rpmlint - rpmlint
- tcsh - tcsh
- tmux - tmux
- whois - whois
- wireshark - wireshark
- yamllint
- zsh - zsh
loop_control: loop_control:
loop_var: package loop_var: package