fortran logic not c logic
This commit is contained in:
parent
5dd3907687
commit
f8c7161646
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{% for host in groups['all'] %}
|
||||
{% if hostvars[host].datacenter == 'cloud' || hostvars[host].datacenter == 'fedorainfracloud' %}
|
||||
{% if hostvars[host].datacenter == 'cloud' or hostvars[host].datacenter == 'fedorainfracloud' %}
|
||||
define host {
|
||||
use defaulttemplate
|
||||
host_name {{ host }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue