mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-09-14 08:58:32 -07:00
AMW-398 Use tags to decorate the role workflow
This commit is contained in:
parent
f4a1798f26
commit
0403939c03
6 changed files with 70 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue