diff --git a/prepare_lxc_hosts.yml b/prepare_lxc_hosts.yml index 86db34f..96522a7 100644 --- a/prepare_lxc_hosts.yml +++ b/prepare_lxc_hosts.yml @@ -75,7 +75,7 @@ - name: Enable CAP_SYS_TIME in Container lineinfile: - dest: /tmp/lxc_config_common.conf + dest: /usr/share/lxc/config/common.conf backrefs: yes regexp: '(^\s*[^#].*)sys_time ?(.*)$' line: '\1\2'