Skip to content

Commit 164ec55

Browse files
committed
Wrap comment
1 parent 803d020 commit 164ec55

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

etc/kayobe/ansible/fixes/flush-iptables-legacy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22

3-
# This playbook flushes iptables-legacy rules in the neutron_openvswitch_agent container on overcloud hosts.
4-
# It is intended to be used in scenarios where neutron_openvswitch_agent was updated to a version without
5-
# iptables-nft.
3+
# This playbook flushes iptables-legacy rules in the neutron_openvswitch_agent
4+
# container on overcloud hosts. It is intended to be used in scenarios where
5+
# neutron_openvswitch_agent was updated to a version without iptables-nft.
66

77
- hosts: overcloud
88
gather_facts: false
@@ -31,4 +31,4 @@
3131
{{ container_engine }} exec -u root neutron_openvswitch_agent iptables-legacy -F
3232
{{ container_engine }} exec -u root neutron_openvswitch_agent iptables-legacy -X
3333
args:
34-
executable: /bin/bash
34+
executable: /bin/bash

0 commit comments

Comments
 (0)