Skip to content

Commit 23bea0a

Browse files
committed
Update bastion.sh
1 parent 39a4c64 commit 23bea0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/bastion.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ if [ $ID == "ol" ] || [ $ID == "centos" ] ; then
4141
sudo yum install --enablerepo=$repo -y python38.x86_64
4242
sudo python3.8 -m pip install ansible cryptography netaddr
4343
sudo mkdir /etc/ansible
44-
sudo touch /etc/ansible/ansible.cfg
45-
#sudo ln -s /usr/local/bin/ansible /bin/ansible
4644
fi
4745
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
4846
sudo yum install -y terraform

0 commit comments

Comments
 (0)