Skip to content

Commit 22b12d1

Browse files
committed
nextcloud: fix ansible-lint warning command-instead-of-shell
1 parent c2c1d38 commit 22b12d1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
- name: run nextcloud mimetype maintenance repair
22
become: yes
33
become_user: nextcloud
4-
shell:
5-
cmd: /usr/bin/php ./occ maintenance:repair --include-expensive
4+
command: /usr/bin/php ./occ maintenance:repair --include-expensive
65
args:
76
chdir: "{{ nextcloud_install_dir }}"
87
changed_when: yes

0 commit comments

Comments
 (0)