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

feat: remove temporary folder is removed after the task

parent d23b8499
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.
......@@ -32,6 +32,11 @@
remote_src: yes
become: true
- name: Remove the temporary folder after put in place
ansible.builtin.file:
path: /tmp/ssh_keys
state: absent
- name: Restart SSH service
ansible.builtin.service:
name: sshd
......
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