Skip to content

Commit 183d19d

Browse files
committed
(#39) Tune the Ansible lint
1 parent 0d449b1 commit 183d19d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ansible-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
exclude_paths:
66
- .github/ # no Ansible plays in there
7+
- ctor/kubernetes/ # TODO: Drop this before merge
78
- xmpp2/default.yml # just a list of other files

xmpp2/users.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
ansible.builtin.user:
2626
name: '{{ user.name }}'
2727
shell: /bin/sh
28-
groups: [ 'sudo', 'sshuser' ]
28+
groups: ['sudo', 'sshuser']
2929
append: true
3030
home: '/home/{{ user.name }}'
3131
password_lock: true

0 commit comments

Comments
 (0)