Skip to content

Commit 5768dce

Browse files
committed
Update bastion.sh
1 parent 45a3bb5 commit 5768dce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/bastion.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ 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 ln -s /usr/local/bin/ansible-playbook /bin/ansible-playbook
45+
sudo ln -s /usr/local/bin/ansible /bin/ansible
4446
sudo python3 -m pip install -U pip
4547
sudo python3 -m pip install netaddr --upgrade
4648
sudo python3 -m pip install setuptools_rust --upgrade

0 commit comments

Comments
 (0)