Bugfix the fedora 23 install task

This commit is contained in:
Toshio Kuratomi 2015-12-18 14:38:54 -08:00
parent ec60bfbb3f
commit 26e5bcdb39

View file

@ -37,10 +37,11 @@
# introspect what they have.
- hosts: dynamic_hosts
sudo: true
gather_facts: False
tasks:
- name: Install packages that let setup and package manager modules run
raw: dnf install -y python2 python2-dnf libselinux-python
when: "{{ inventory_hostname }} == 'fedora-23-x86_64'"
when: "'{{ inventory_hostname }}' == 'fedora-23-x86_64'"
- hosts: dynamic_hosts
sudo: true