This commit is contained in:
aynic.os
2021-07-14 23:58:24 +01:00
parent b6f1b8d798
commit da2f3ed44a
40 changed files with 166 additions and 108 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
docker_daemon_config: "{{ lookup('file',docker_daemon_config_file)|default('{}')|from_json}}"
ignore_errors: true
- name: config - add docker daemon storage configuration for btrfs
when: docker_package|length > 0
- name: config - add docker daemon storage configuration
when: false and docker_package|length > 0
template:
src: daemon.json.j2
dest: "{{docker_daemon_config_file}}"