From 5adfe8b961b4a5c8a2bface97950370ded8465dd Mon Sep 17 00:00:00 2001 From: arnaudfroidmont <49765904+arnaudfroidmont@users.noreply.github.com> Date: Wed, 2 Mar 2022 23:09:54 +0100 Subject: [PATCH] Update netcommon to keep using 2.5.1 version --- bastion.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bastion.sh b/bastion.sh index afc7e53a..036a2f1f 100644 --- a/bastion.sh +++ b/bastion.sh @@ -42,7 +42,7 @@ elif [ $ID == "debian" ] || [ $ID == "ubuntu" ] ; then fi -ansible-galaxy collection install ansible.netcommon > /dev/null +ansible-galaxy collection install ansible.netcommon:==2.5.1 > /dev/null ansible-galaxy collection install community.general > /dev/null ansible-galaxy collection install ansible.posix > /dev/null @@ -56,4 +56,4 @@ sudo sed -i "s/^#bin_ansible_callbacks.*/bin_ansible_callbacks=True/" /etc/ansib sudo sed -i "s/^#stdout_callback.*/stdout_callback=yaml/" /etc/ansible/ansible.cfg sudo sed -i "s/^#retries.*/retries=5/" /etc/ansible/ansible.cfg sudo sed -i "s/^#connect_timeout.*/connect_timeout=300/" /etc/ansible/ansible.cfg -sudo sed -i "s/^#command_timeout.*/command_timeout=120/" /etc/ansible/ansible.cfg \ No newline at end of file +sudo sed -i "s/^#command_timeout.*/command_timeout=120/" /etc/ansible/ansible.cfg