Compare commits

..

No commits in common. "9085c81d0d71adebbb3ae58a54fd2de6b8e28212" and "ae65b55a992e8626c1f527bd455bb0c016004a8b" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -35,4 +35,4 @@
enabled: true
when:
- auto_update is defined
- auto_update is truthy(convert_bool=True)
- auto_update | bool

View file

@ -32,7 +32,6 @@
- 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