--- - name: "Run OCC Command: {{ occ_command }}" become: true become_user: "{{ nextcloud_user }}" shell: cmd: "{{ php_binary }} {{ php_arguments }} {{ nextcloud_path }}/occ {{ occ_command }}" register: nc_occ_output