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: