Compare commits
2 commits
ae65b55a99
...
9085c81d0d
Author | SHA1 | Date | |
---|---|---|---|
9085c81d0d | |||
4e087155d8 |
2 changed files with 2 additions and 1 deletions
|
@ -35,4 +35,4 @@
|
|||
enabled: true
|
||||
when:
|
||||
- auto_update is defined
|
||||
- auto_update | bool
|
||||
- auto_update is truthy(convert_bool=True)
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
- name: "Copy '~/.ssh/id_*.pub' (on controller) to authorized_keys for '{{ create_username }}'"
|
||||
tags: ['keys']
|
||||
become: true
|
||||
ansible.posix.authorized_key:
|
||||
user: "{{ create_username }}"
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue