From 42f8b95019bcb47770126dc58e434b6f2504262e Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 23 Oct 2021 21:11:53 +0200 Subject: [PATCH] add inetutils add inetutils --- tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) 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.