nextcloud: Enable tag
This commit is contained in:
parent
77e08c16fd
commit
13492818d0
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,10 @@
|
||||||
|
|
||||||
- name: Run php tasks
|
- name: Run php tasks
|
||||||
ansible.builtin.include_tasks: php.yml
|
ansible.builtin.include_tasks: php.yml
|
||||||
tags: php
|
tags: always
|
||||||
|
args:
|
||||||
|
apply:
|
||||||
|
tags: phpfpm
|
||||||
loop: "{{ nextcloud_instances }}"
|
loop: "{{ nextcloud_instances }}"
|
||||||
|
|
||||||
- name: Run Hiddenservice tasks
|
- name: Run Hiddenservice tasks
|
||||||
|
|
Loading…
Reference in a new issue