We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d449b1 commit 183d19dCopy full SHA for 183d19d
ansible-lint.yml
@@ -4,4 +4,5 @@
4
5
exclude_paths:
6
- .github/ # no Ansible plays in there
7
+ - ctor/kubernetes/ # TODO: Drop this before merge
8
- xmpp2/default.yml # just a list of other files
xmpp2/users.yml
@@ -25,7 +25,7 @@
25
ansible.builtin.user:
26
name: '{{ user.name }}'
27
shell: /bin/sh
28
- groups: [ 'sudo', 'sshuser' ]
+ groups: ['sudo', 'sshuser']
29
append: true
30
home: '/home/{{ user.name }}'
31
password_lock: true
0 commit comments