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 b77ddc2 + 00ce47e commit 92a6bd0Copy full SHA for 92a6bd0
roles/os_networks/tasks/networks.yml
@@ -89,6 +89,7 @@
89
description: "{{ item.description | default(omit) }}"
90
project: "{{ item.project | default(omit) }}"
91
state: "{{ item.state | default(omit) }}"
92
+ stateful: "{{ item.stateful | default(omit) }}"
93
with_items: "{{ os_networks_security_groups }}"
94
95
- name: Ensure security group rules are registered with neutron
0 commit comments