that is not how yaml works

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-11-27 20:22:16 +00:00
parent c6eaed5e35
commit 0571d749a8

View file

@ -197,13 +197,13 @@
# Security Groups # Security Groups
################ ################
- name: "Change the quota of quotas" - name: "Change the quota of quotas"
os_quota: os_quota:
cloud: "{{os_cloud}}" cloud: "{{os_cloud}}"
name: "{{item}}" name: "{{item}}"
security_group: 100 security_group: 100
security_group_rule: 100 security_group_rule: 100
with_items: "{{all_projects}}" with_items: "{{all_projects}}"
- name: "Create 'ssh-anywhere' security group" - name: "Create 'ssh-anywhere' security group"
os_security_group: os_security_group: