Skip to content

Commit 00baec7

Browse files
committed
enable appliances_task_mode for firewalld
1 parent 6c7d857 commit 00baec7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ansible/bootstrap.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@
108108
become: yes
109109
tags: firewalld
110110
tasks:
111-
- import_role:
111+
- include_role:
112112
name: firewalld
113+
tasks_from: "{{ appliances_task_mode }}.yml"
113114

114115
- hosts: fail2ban
115116
gather_facts: false
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
- import_tasks: install.yml
3-
- import_tasks: runtime.yml
3+
- import_tasks: configure.yml

0 commit comments

Comments
 (0)