This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
tripleo-ansible
Code
Issues
Proposed changes
Browse Source
Merge "Fix bootstrap ansible_fact"
changes/54/777454/1
Zuul
2 months ago
committed by
Gerrit Code Review
parent
903834017d
20a1a4c39e
commit
bebf097582
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tripleo_ansible/roles/tripleo_bootstrap/tasks/main.yml
+ 1
- 1
tripleo_ansible/roles/tripleo_bootstrap/tasks/main.yml
View File
@ -110,7 +110,7 @@
-
name
:
Create empty ruleset in /etc/sysconfig/iptables and /etc/sysconfig/ip6tables
become
:
true
ignore_errors
:
"{{ (((ansible_facts['os_family'] | lower) ~ '-' ~ ansible_distribution_major_version) == 'redhat-7') | bool }}"
ignore_errors
:
"{{ (((ansible_facts['os_family'] | lower) ~ '-' ~ ansible_
facts['
distribution_major_version
']
) == 'redhat-7') | bool }}"
copy:
dest
:
"{{ item }}"
content
:
"# empty ruleset created by deployed-server bootstrap"
Write
Preview
Loading…
Cancel
Save