use module parameter in command modules
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
- name: Install apps
|
||||
become: true
|
||||
become_user: "{{ webserver_user }}"
|
||||
command: php occ app:install {{ item }}
|
||||
args:
|
||||
command:
|
||||
cmd: php occ app:install {{ item }}
|
||||
chdir: "{{ nextcloud_dir }}"
|
||||
creates: "{{ nextcloud_dir }}/apps/{{ item }}"
|
||||
ignore_errors: true
|
||||
@@ -22,8 +22,8 @@
|
||||
- name: Set configs via occ
|
||||
become: true
|
||||
become_user: "{{ webserver_user }}"
|
||||
command: php occ config:app:set {{ item }}
|
||||
args:
|
||||
command:
|
||||
cmd: php occ config:app:set {{ item }}
|
||||
chdir: "{{ nextcloud_dir }}"
|
||||
loop:
|
||||
- "preview jpeg_quality --value=60"
|
||||
|
||||
Reference in New Issue
Block a user