nextcloud: Fix tags

This commit is contained in:
phil 2023-10-22 21:47:36 +02:00
parent eb4d07ae78
commit 815e84ffa1

View file

@ -64,6 +64,7 @@
- name: Configure Nextcloud
ansible.builtin.include_tasks: configuration.yml
tags: always
args:
apply:
tags: configuration
@ -74,5 +75,8 @@
- name: Configure Fail2ban
ansible.builtin.include_tasks: fail2ban.yml
tags: fail2ban
tags: always
args:
apply:
tags: fail2ban
loop: "{{ nextcloud_instances }}"