Fix the fedora host detection

pull/13663/head
Toshio Kuratomi 9 years ago
parent eb606cc18b
commit 6d9235e36d

@ -28,8 +28,6 @@
- name: Wait a little longer for centos
pause: seconds=20
- debug: var=ec2.results
- name: Add hosts group temporary inventory group with pem path
add_host:
name: "{{ item.1.platform }} {{ ec2.results[item.0]['instances'][0]['public_ip'] }}"

@ -36,7 +36,7 @@
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: "'fedora-23' in '{{ inventory_hostname }}'"
- hosts: dynamic_hosts
sudo: true

Loading…
Cancel
Save