Remove creates on file module

This commit is contained in:
iRaven 2024-08-17 04:22:16 -05:00
parent 71ee83f33f
commit a2b4e96e26

View File

@ -22,7 +22,6 @@
file:
path: /home/ansible/.ssh
state: directory
creates:
- name: Add deployment user's SSH key.
shell:
cmd: echo "{{ ansiblesvc_key }}" > /home/ansible/.ssh/authorized_keys