bootstrap needed python2 libs for osbs ansible playbooks on osbs-dev

This commit is contained in:
Adam Miller 2016-01-28 21:32:02 +00:00
parent 31db415617
commit 1c4afb6470

View file

@ -24,6 +24,13 @@
- name: set hostname (required by some services, at least postfix need it)
shell: "hostname {{inventory_hostname}}"
- name: bootstrap ansible py2
hosts: osbs-dev.fedorainfracloud.org
gather_facts: false
tasks:
- name: install python and deps for ansible modules
raw: dnf install -y python2 python2-dnf libselinux-python libsemanage-python python-firewall
- name: setup osbs
hosts: osbs-dev.fedorainfracloud.org
vars_files: