This commit is contained in:
David Lopez 2023-08-29 12:21:20 +02:00
parent 69dce16ccd
commit 59417836b1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
tasks:
- name: Read authorized_keys file
shell: cat ~/.ssh/authorized_keys | grep "{{ key_to_add }}"
shell: cat /home/awx/.ssh/authorized_keys | grep "{{ key_to_add }}"
register: authorized_key_output
ignore_errors: yes