Fix wrong LXC config_common path

This commit is contained in:
Sven Velt 2021-02-26 16:43:26 +01:00
parent 7bc0051b78
commit d6fadc8e99

View file

@ -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'