remove problematic tasks from ansible and define a post-install script

This commit is contained in:
2024-12-03 16:47:24 +01:00
parent 9031ce55b5
commit 2cbec8e59f
6 changed files with 81 additions and 39 deletions

View File

@@ -1,9 +1,9 @@
- name: Configure Caching and File locking
command: "{{ item }}"
loop: >
- occ config:system:set memcache.local --value '\OC\Memcache\APCu'
- occ config:system:set memcache.locking --value '\OC\Memcache\Redis'
- occ config:system:set redis --value '{"host": "127.0.0.1", "port": "6379"}' --type json
#- name: Configure Caching and File locking
# command: "{{ item }}"
# loop: >
# - occ config:system:set memcache.local --value '\OC\Memcache\APCu'
# - occ config:system:set memcache.locking --value '\OC\Memcache\Redis'
# - occ config:system:set redis --value '{"host": "127.0.0.1", "port": "6379"}' --type json
- name: Configure Log Rotation.
template: