AMW-398 Use tags to decorate the role workflow

This commit is contained in:
Ranabir Chakraborty
2025-05-20 20:59:59 +05:30
parent f4a1798f26
commit 0403939c03
6 changed files with 70 additions and 14 deletions

View File

@@ -1,6 +1,10 @@
---
- name: Include firewall config tasks
ansible.builtin.include_tasks: iptables.yml
ansible.builtin.include_tasks:
file: iptables.yml
apply:
tags:
- firewall
when: keycloak_quarkus_configure_iptables
tags:
- firewall