add inetutils
This commit is contained in:
parent
bc33201bd6
commit
42f8b95019
@ -59,6 +59,11 @@
|
|||||||
name: zsh
|
name: zsh
|
||||||
update_cache: true # not required. Whether or not to refresh the master package lists. This can be run as part of a package installation or as a separate step.
|
update_cache: true # not required. Whether or not to refresh the master package lists. This can be run as part of a package installation or as a separate step.
|
||||||
|
|
||||||
|
- name: inetutils install
|
||||||
|
package:
|
||||||
|
state: present
|
||||||
|
name: inetutils
|
||||||
|
|
||||||
- name: sudoers install
|
- name: sudoers install
|
||||||
package:
|
package:
|
||||||
state: present # not required. choices: absent;latest;present. Desired state of the package.
|
state: present # not required. choices: absent;latest;present. Desired state of the package.
|
||||||
|
Loading…
Reference in New Issue
Block a user