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

Linted everything

parent a7097422
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@ human_users:
# ssh_key_url: https://git.slub-dresden.de/{{ name }}.keys
# sudo: false | true
absent_users: []
\ No newline at end of file
absent_users: []
......@@ -9,7 +9,7 @@
- name: "dummy"
shell: /bin/bash
password:
sudo: false
sudo: true
- role: role-manage-users
vars:
......
......@@ -34,7 +34,7 @@
validate: /usr/sbin/visudo -cf %s
when:
- ( item.sudo is defined)
- ( item.sudo == true )
- ( item.sudo is true )
with_items: "{{ human_users }}"
- name: Add user to groups
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment