From 143688d98822b2545f02784de9d35e0d6e503b28 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sun, 30 Jan 2022 15:52:39 +0000 Subject: [PATCH] Add ansible tools to shell hosts --- playbooks/shell.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/shell.yml b/playbooks/shell.yml index 7143fb4..8e18ef4 100644 --- a/playbooks/shell.yml +++ b/playbooks/shell.yml @@ -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