python is a dependency of ansible
This commit is contained in:
parent
2d72b8015d
commit
c05cef7c80
@ -28,7 +28,7 @@ add-apt-repository -y ppa:ansible/ansible
|
||||
# update packages
|
||||
apt-get update
|
||||
# install required packages
|
||||
apt-get -y install ansible python
|
||||
apt-get -y install ansible
|
||||
|
||||
# TODO: run ansible on local host
|
||||
ansible-playbook yavdr07.yml -b -i 'localhost,' --connection=local
|
||||
|
@ -10,7 +10,7 @@ add-apt-repository -y ppa:ansible/ansible
|
||||
# update packages
|
||||
apt-get update
|
||||
# install required packages
|
||||
apt-get -y install ansible python
|
||||
apt-get -y install ansible
|
||||
|
||||
# TODO: run ansible on local host
|
||||
ansible-playbook yavdr07.yml -b -i 'localhost,' --connection=local
|
||||
|
Loading…
Reference in New Issue
Block a user