Add optional swap support to the base role

This commit is contained in:
2026-09-07 23:38:31 -04:00
parent eb76ed4a9d
commit d3763920a8
4 changed files with 133 additions and 1 deletions
+5
View File
@@ -6,6 +6,11 @@
ansible.builtin.import_tasks: system.yml
tags: system
- name: Import swap tasks
ansible.builtin.import_tasks: swap.yml
tags: swap
when: swap is defined
- name: Import Firewall tasks
ansible.builtin.import_tasks: firewall.yml
tags: firewall