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