variable username
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user