File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ elif [ $ID == "debian" ] || [ $ID == "ubuntu" ] ; then
4242
4343fi
4444
45- ansible-galaxy collection install ansible.netcommon > /dev/null
45+ ansible-galaxy collection install ansible.netcommon:==2.5.1 > /dev/null
4646ansible-galaxy collection install community.general > /dev/null
4747ansible-galaxy collection install ansible.posix > /dev/null
4848
@@ -56,4 +56,4 @@ sudo sed -i "s/^#bin_ansible_callbacks.*/bin_ansible_callbacks=True/" /etc/ansib
5656sudo sed -i " s/^#stdout_callback.*/stdout_callback=yaml/" /etc/ansible/ansible.cfg
5757sudo sed -i " s/^#retries.*/retries=5/" /etc/ansible/ansible.cfg
5858sudo sed -i " s/^#connect_timeout.*/connect_timeout=300/" /etc/ansible/ansible.cfg
59- sudo sed -i " s/^#command_timeout.*/command_timeout=120/" /etc/ansible/ansible.cfg
59+ sudo sed -i " s/^#command_timeout.*/command_timeout=120/" /etc/ansible/ansible.cfg
You can’t perform that action at this time.
0 commit comments