diff --git a/tasks/main.yml b/tasks/main.yml index 63ec68c..e765717 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -59,6 +59,11 @@ 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. +- name: inetutils install + package: + state: present + name: inetutils + - name: sudoers install package: state: present # not required. choices: absent;latest;present. Desired state of the package.