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 }}"
|
||||
state: installed
|
||||
with_items:
|
||||
- ansible
|
||||
- ansible-collection-ansible-posix
|
||||
- convmv
|
||||
- elinks
|
||||
- emacs
|
||||
|
@ -50,12 +52,14 @@
|
|||
- jq
|
||||
- kernel-doc
|
||||
- php-cli
|
||||
- python3-netaddr
|
||||
- rcs
|
||||
- rpmlint
|
||||
- tcsh
|
||||
- tmux
|
||||
- whois
|
||||
- wireshark
|
||||
- yamllint
|
||||
- zsh
|
||||
loop_control:
|
||||
loop_var: package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue