AMW-398 Use tags to decorate the role workflow

This commit is contained in:
Ranabir Chakraborty 2025-05-20 20:59:59 +05:30
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: firewalld.yml
ansible.builtin.include_tasks:
file: firewalld.yml
apply:
tags:
- firewall
when: keycloak_quarkus_configure_firewalld
tags:
- firewall