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.

7 年之前
7 年之前
123456789
  1. ---
  2. - name: upgrade nextcloud
  3. command: php occ upgrade
  4. args:
  5. chdir: "{{nextcloud_directory}}"
  6. become: true
  7. become_user: www-data
  8. become_method: sudo