Fix wrong LXC config_common path
This commit is contained in:
parent
7bc0051b78
commit
d6fadc8e99
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
- name: Enable CAP_SYS_TIME in Container
|
- name: Enable CAP_SYS_TIME in Container
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /tmp/lxc_config_common.conf
|
dest: /usr/share/lxc/config/common.conf
|
||||||
backrefs: yes
|
backrefs: yes
|
||||||
regexp: '(^\s*[^#].*)sys_time ?(.*)$'
|
regexp: '(^\s*[^#].*)sys_time ?(.*)$'
|
||||||
line: '\1\2'
|
line: '\1\2'
|
||||||
|
|
Loading…
Reference in a new issue