Merge "Install netaddr before running site.yml"
This commit is contained in:
commit
731dfd09ac
@ -19,6 +19,11 @@ source bootstrap.sh
|
||||
|
||||
source ansible-env.rc
|
||||
|
||||
ansible mnaio_hosts \
|
||||
-i playbooks/inventory \
|
||||
-m pip \
|
||||
-a "name=netaddr"
|
||||
|
||||
ansible-playbook -vv \
|
||||
-i playbooks/inventory \
|
||||
-e setup_host=${SETUP_HOST:-"true"} \
|
||||
|
@ -23,7 +23,6 @@ mnaio_host_distro_packages:
|
||||
- openssh-server
|
||||
- python2.7
|
||||
- python-software-properties
|
||||
- python-netaddr
|
||||
- qemu-kvm
|
||||
- qemu-utils
|
||||
- software-properties-common
|
||||
|
Loading…
Reference in New Issue
Block a user