You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 line
275B

  1. ---
  2. - name: nextcloud occ
  3. command: php occ {{item}}
  4. with_items:
  5. - config:system:set trusted_domains 1 --value={{inventory_hostname}}
  6. - maintenance:update:htaccess
  7. args:
  8. chdir: /var/www/nextcloud
  9. become: true
  10. become_user: www-data
  11. become_method: sudo