fix make install

This commit is contained in:
aynic.os
2022-06-04 02:24:35 +02:00
parent ff1da1fc3c
commit 14a4f86524
20 changed files with 46 additions and 84 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
ignore_errors: true
- name: config - add docker daemon storage configuration
when: false and docker_package|length > 0
when: docker_package|length > 0
template:
src: daemon.json.j2
dest: "{{docker_daemon_config_file}}"