fix: removed defaulting to root user for base account to avoid unwanted effects
This commit is contained in:
parent
0829d7807f
commit
44e391d2bc
2 changed files with 5 additions and 3 deletions
|
@ -51,6 +51,7 @@
|
|||
hosts:
|
||||
"{{ item.name }}":
|
||||
ansible_connection: community.docker.docker
|
||||
custom_base_user_account: root
|
||||
custom_common:
|
||||
apt:
|
||||
deb822_format: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue