Skip to content

Commit 92a6bd0

Browse files
authored
Merge pull request #8 from stackhpc/stateful-secgroups
Support stateful parameter on security groups
2 parents b77ddc2 + 00ce47e commit 92a6bd0

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)