Skip to content
Snippets Groups Projects
Commit 197166b4 authored by Bo-Chun Chen's avatar Bo-Chun Chen Committed by Krish Moodbidri
Browse files

style: use FQCN module name

parent 6020d1c2
No related branches found
No related tags found
No related merge requests found
--- ---
- name: Ensure destination directory exists only if not present - name: Ensure destination directory exists only if not present
file: ansible.builtin.file:
path: /tmp/ssh_keys path: /tmp/ssh_keys
state: directory state: directory
mode: '0755' mode: '0755'
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
- name: Unpack SSH host keys to /etc/ssh - name: Unpack SSH host keys to /etc/ssh
unarchive: ansible.builtin.unarchive:
src: "/tmp/ssh_keys/{{ SSH_HOST_KEYS_S3_OBJECT }}" src: "/tmp/ssh_keys/{{ SSH_HOST_KEYS_S3_OBJECT }}"
dest: "/etc/ssh" dest: "/etc/ssh"
remote_src: yes remote_src: yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment