initial commit
This commit is contained in:
6
tasks/occ_command.yml
Normal file
6
tasks/occ_command.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: "Run OCC Command: {{ occ_command }}"
|
||||
become: true
|
||||
become_user: "{{ nextcloud_user }}"
|
||||
shell:
|
||||
cmd: "{{ php_binary }} {{ php_arguments }} {{ nextcloud_path }}/occ {{ occ_command }}"
|
||||
Reference in New Issue
Block a user