implement "enabled" apps
This commit is contained in:
parent
bb5ee5085f
commit
a55246263b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
loop_control:
|
||||
loop_var: ppm_app
|
||||
label: "{{ ppm_app.user }}"
|
||||
when: ppm_app.on_server == inventory_hostname
|
||||
when: ppm_app.on_server == inventory_hostname and ppm_app.enabled | default(true)
|
||||
|
||||
- name: Arrange firewall
|
||||
ansible.builtin.import_tasks: firewall.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue