From 0571d749a880fd68b1ef77d8fc7613a968336d62 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Tue, 27 Nov 2018 20:22:16 +0000 Subject: [PATCH] that is not how yaml works Signed-off-by: Rick Elrod --- playbooks/groups/overcloud-config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/playbooks/groups/overcloud-config.yml b/playbooks/groups/overcloud-config.yml index ae423490e0..75232da2eb 100644 --- a/playbooks/groups/overcloud-config.yml +++ b/playbooks/groups/overcloud-config.yml @@ -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: