that is not how yaml works
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
c6eaed5e35
commit
0571d749a8
1 changed files with 7 additions and 7 deletions
|
@ -197,13 +197,13 @@
|
|||
# Security Groups
|
||||
################
|
||||
|
||||
- name: "Change the quota of quotas"
|
||||
os_quota:
|
||||
cloud: "{{os_cloud}}"
|
||||
name: "{{item}}"
|
||||
security_group: 100
|
||||
security_group_rule: 100
|
||||
with_items: "{{all_projects}}"
|
||||
- name: "Change the quota of quotas"
|
||||
os_quota:
|
||||
cloud: "{{os_cloud}}"
|
||||
name: "{{item}}"
|
||||
security_group: 100
|
||||
security_group_rule: 100
|
||||
with_items: "{{all_projects}}"
|
||||
|
||||
- name: "Create 'ssh-anywhere' security group"
|
||||
os_security_group:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue