0bb84bc58e
We configured iptables rules but did not persist them. This meant that rules would be flushed when restarting iptables or the instance. Change-Id: I9d90f55323a33d6a0f0dda1f7ab25d10984fa6cb
6 lines
221 B
YAML
6 lines
221 B
YAML
- name: Warn about unsupported distribution
|
|
debug:
|
|
msg: >
|
|
WARNING: {{ ansible_distribution }} is not supported by this role yet.
|
|
The execution of the job will continue without persisting iptables rules.
|