summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2025-04-03 23:50:24 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2025-04-03 23:50:24 +0200
commitbbb2f0f6c6bb78a6cdea3a3ff172ce4dc9a4216e (patch)
tree3856ca99ba6862f66e0c166a793e3d6a83b5455a
parent6e346223675291890b54c3fc04dd23409151d9f9 (diff)
downloadansible-ship-bbb2f0f6c6bb78a6cdea3a3ff172ce4dc9a4216e.tar.gz
ansible-ship-bbb2f0f6c6bb78a6cdea3a3ff172ce4dc9a4216e.zip
setup: fix group setup
* group sets the users primary group * groups can be used with append to add the user to a group
-rw-r--r--setup.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.yml b/setup.yml
index 89498dd..bca609b 100644
--- a/setup.yml
+++ b/setup.yml
@@ -102,7 +102,7 @@
become: true
user:
name: "{{ user }}"
- group: dialout
+ groups: dialout
append: yes
- name: run-podman-home-assistant