Skip to content
Snippets Groups Projects
Commit d4f320bb authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

style: use FQCN module name

parent 09006eef
No related branches found
No related tags found
2 merge requests!148Fix ssh host key role,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
---
- name: Ensure destination directory exists only if not present
file:
ansible.builtin.file:
path: /tmp/ssh_keys
state: directory
mode: '0755'
......@@ -24,7 +24,7 @@
ansible_python_interpreter: /usr/bin/python3
- name: Unpack SSH host keys to /etc/ssh
unarchive:
ansible.builtin.unarchive:
src: "/tmp/ssh_keys/{{ SSH_HOST_KEYS_S3_OBJECT }}"
dest: "/etc/ssh"
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