Skip to content
Snippets Groups Projects
Commit a11cff9c authored by Hannes Braun's avatar Hannes Braun :upside_down:
Browse files

Added missing become statement in task

parent abf28f02
Branches
Tags
No related merge requests found
......@@ -36,6 +36,7 @@
- ( item.sudo is defined)
- ( item.sudo is true )
with_items: "{{ human_users }}"
become: true
- name: Add user to groups
user:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment