We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8916188 commit cddc970Copy full SHA for cddc970
roles/azure_manage_postgresql/tasks/delete.yml
@@ -6,7 +6,7 @@
6
name: "{{ item.name }}"
7
value: "{{ item.value }}"
8
state: absent
9
- with_items: "{{ azure_manage_postgresql_postgresql_settings }}"
+ with_items: "{{ azure_manage_postgresql_postgresql_settings | default([]) }}"
10
11
- name: Delete PostgreSQL Server Firewall rules
12
azure.azcollection.azure_rm_postgresqlfirewallrule:
0 commit comments