python is a dependency of ansible

This commit is contained in:
Alexander Grothe 2017-03-13 14:58:41 +01:00
parent 2d72b8015d
commit c05cef7c80
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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