Skip to content

Commit 00ce47e

Browse files
markgoddardjovial
andcommitted
Support stateful parameter on security groups
Co-Authored-By: Will Szumski <[email protected]>
1 parent 8a526f5 commit 00ce47e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/os_networks/tasks/networks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
description: "{{ item.description | default(omit) }}"
9090
project: "{{ item.project | default(omit) }}"
9191
state: "{{ item.state | default(omit) }}"
92+
stateful: "{{ item.stateful | default(omit) }}"
9293
with_items: "{{ os_networks_security_groups }}"
9394

9495
- name: Ensure security group rules are registered with neutron

0 commit comments

Comments
 (0)