You've already forked ansible-role-sudo
Compare commits
2 Commits
e46a576674
...
ed3f2098d9
Author | SHA1 | Date | |
---|---|---|---|
ed3f2098d9
|
|||
1e2bcabc7f
|
14
.vscode/settings.json
vendored
Normal file
14
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"ansible.python.interpreterPath": "/bin/python",
|
||||
"files.associations": {
|
||||
"**/.gitea/**/*.yml": "yaml",
|
||||
"**/.gitea/**/*.yaml": "yaml",
|
||||
".drone.yml": "yaml",
|
||||
"docker-compose*.yml": "dockercompose",
|
||||
"*.yml": "ansible",
|
||||
"*.yaml": "ansible",
|
||||
".yamllint": "yaml",
|
||||
".yamllint.yml": "yaml",
|
||||
".yamllint.yaml": "yaml"
|
||||
}
|
||||
}
|
@ -5,5 +5,4 @@
|
||||
that:
|
||||
- (item.user is defined and item.group is not defined) or
|
||||
(item.user is not defined and item.group is defined)
|
||||
with_items:
|
||||
- "{{ sudo_users_sudoers }}"
|
||||
with_items: "{{ sudo_users_sudoers }}"
|
||||
|
Reference in New Issue
Block a user