nextcloud: Fix tags
This commit is contained in:
parent
eb4d07ae78
commit
815e84ffa1
1 changed files with 5 additions and 1 deletions
|
@ -64,6 +64,7 @@
|
||||||
|
|
||||||
- name: Configure Nextcloud
|
- name: Configure Nextcloud
|
||||||
ansible.builtin.include_tasks: configuration.yml
|
ansible.builtin.include_tasks: configuration.yml
|
||||||
|
tags: always
|
||||||
args:
|
args:
|
||||||
apply:
|
apply:
|
||||||
tags: configuration
|
tags: configuration
|
||||||
|
@ -74,5 +75,8 @@
|
||||||
|
|
||||||
- name: Configure Fail2ban
|
- name: Configure Fail2ban
|
||||||
ansible.builtin.include_tasks: fail2ban.yml
|
ansible.builtin.include_tasks: fail2ban.yml
|
||||||
tags: fail2ban
|
tags: always
|
||||||
|
args:
|
||||||
|
apply:
|
||||||
|
tags: fail2ban
|
||||||
loop: "{{ nextcloud_instances }}"
|
loop: "{{ nextcloud_instances }}"
|
||||||
|
|
Loading…
Reference in a new issue