|
|
@ -32,10 +32,11 @@
|
|
|
|
# introspect what they have.
|
|
|
|
# introspect what they have.
|
|
|
|
- hosts: dynamic_hosts
|
|
|
|
- hosts: dynamic_hosts
|
|
|
|
sudo: true
|
|
|
|
sudo: true
|
|
|
|
|
|
|
|
gather_facts: False
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
- name: Install packages that let setup and package manager modules run
|
|
|
|
- name: Install packages that let setup and package manager modules run
|
|
|
|
raw: dnf install -y python2 python2-dnf libselinux-python
|
|
|
|
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
|
|
|
|
- hosts: dynamic_hosts
|
|
|
|
sudo: true
|
|
|
|
sudo: true
|
|
|
|