mirror of
https://github.com/luzifer-ansible/users.git
synced 2024-12-22 18:01:18 +00:00
Force update of keys every run
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
7697d5387a
commit
00916c979c
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
get_url:
|
||||
url: 'https://github.com/{{ item.github_key_user }}.keys'
|
||||
dest: '/home/{{ item.name }}/.ssh/authorized_keys'
|
||||
force: yes
|
||||
mode: 0600
|
||||
owner: '{{ item.name }}'
|
||||
group: '{{ item.name }}'
|
||||
|
|
Loading…
Reference in a new issue