您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- ---
-
- - name: nextcloud occ
- command: php occ {{item}}
- with_items:
- - config:system:set trusted_domains 1 --value={{inventory_hostname}}
- - maintenance:update:htaccess
- args:
- chdir: /var/www/nextcloud
- become: true
- become_user: www-data
- become_method: sudo
|