From a2b4e96e265e91ec9c4859ad53d99839f7c4408f Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sat, 17 Aug 2024 04:22:16 -0500 Subject: [PATCH] Remove creates on file module --- linux/compliance.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/linux/compliance.yaml b/linux/compliance.yaml index daf8e74..4ad94cb 100644 --- a/linux/compliance.yaml +++ b/linux/compliance.yaml @@ -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