We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fab9b06 + 13940af commit 4dfa47dCopy full SHA for 4dfa47d
roles/os_projects/tasks/projects.yml
@@ -184,7 +184,6 @@
184
backup_gigabytes: "{{ quotas.backup_gigabytes | default(omit) }}"
185
backups: "{{ quotas.backups | default(omit) }}"
186
cores: "{{ quotas.cores | default(omit) }}"
187
- fixed_ips: "{{ quotas.fixed_ips | default(omit) }}"
188
floating_ips: "{{ quotas.floating_ips | default(omit) }}"
189
floatingip: "{{ quotas.floatingip | default(omit) }}"
190
gigabytes: "{{ quotas.gigabytes | default(omit) }}"
0 commit comments