add inetutils
Some checks failed
continuous-integration/drone/push Build is failing

add inetutils
This commit is contained in:
vincent 2021-10-23 21:11:53 +02:00
parent bc33201bd6
commit 42f8b95019

View File

@ -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.