fe4fa519d7
* Improve cleanup. * Add check mode tests. Failing tests commented out; will be fixed in #49948. * Add reload and reset tests. * Add tests for other global state. * Work around ufw bugs.
12 lines
353 B
YAML
12 lines
353 B
YAML
---
|
|
- name: Reset ufw to factory defaults
|
|
ufw:
|
|
state: reset
|
|
- name: Disable ufw
|
|
ufw:
|
|
# Some versions of ufw have a bug which won't disable on reset.
|
|
# That's why we explicitly deactivate here. See
|
|
# https://bugs.launchpad.net/ufw/+bug/1810082
|
|
state: disabled
|
|
- name: "Loading tasks from {{ item }}"
|
|
include_tasks: "{{ item }}"
|