generated from the-liberated-edge/wikijs
Migrate code base from lxd to incus
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
- name: change root user password in container
|
||||
ansible.builtin.shell:
|
||||
cmd: |-
|
||||
lxc exec {{ lte_container_name }} -- \
|
||||
incus exec {{ lte_container_name }} -- \
|
||||
bash -c \
|
||||
'echo "root:{{ lte_container_root_pwd }}" | chpasswd'
|
||||
changed_when: false
|
||||
|
||||
Reference in New Issue
Block a user