Migrate code base from lxd to incus

This commit is contained in:
emo
2024-01-19 00:27:49 +01:00
parent 07bbef3c81
commit 74f955cc3d
5 changed files with 16 additions and 16 deletions

View File

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