fix linter
This commit is contained in:
parent
c52a5e2d57
commit
0c41eb630e
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
||||||
shell: /sbin/nologin
|
shell: /sbin/nologin
|
||||||
system: false
|
system: false
|
||||||
group: "{{ backups.remote_sftp_user.group }}"
|
group: "{{ backups.remote_sftp_user.group }}"
|
||||||
groups: "{{backups.remote_sftp_user.groups }}"
|
groups: "{{ backups.remote_sftp_user.groups }}"
|
||||||
- name: add ssh key to user
|
- name: add ssh key to user
|
||||||
when: not ansible_check_mode
|
when: not ansible_check_mode
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue