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