Skip to content
Snippets Groups Projects
Commit 775ae9dc authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

quotes ansible bugfix.

parent 433fead3
No related branches found
No related tags found
1 merge request!494quotes ansible bugfix.
- name: Add ansible_user to systems group locally
user:
name: {{ ansible_user }}
name: "{{ ansible_user }}"
groups: systems
append: yes
become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment