Add ansible tools to shell hosts
This commit is contained in:
parent
bf2b25df65
commit
143688d988
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue