simplify project folder structure

This commit is contained in:
emo
2023-12-02 01:23:47 +01:00
parent 01a5837980
commit 46a0ea86ce
21 changed files with 2 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
---
- name: change root user password in container
ansible.builtin.shell:
cmd: |-
lxc exec {{ lte_container_name }} -- \
bash -c \
'echo "root:{{ lte_container_root_pwd }}" | chpasswd'
changed_when: false