variable username

This commit is contained in:
Thorsten Müller
2021-04-27 14:41:34 +02:00
parent c0d8f609fa
commit f5281eaffc
6 changed files with 9 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
- name: "enable user thoto for fakeroot access"
lineinfile:
line: "thoto:4294836224:65536"
line: "{{unpriv_user}}:4294836224:65536"
dest: "{{item}}"
with_items: ["/etc/subuid", "/etc/subgid"]
# the task above idempotentially does the same as: