Skip to content

Commit b13a885

Browse files
committed
ensure ~/rocky/.ssh deleted
1 parent b741a9e commit b13a885

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roles/builder/tasks/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
state: absent
3939
become: yes
4040

41+
- name: Delete any injected ssh config for rocky
42+
file:
43+
path: /home/rocky/.ssh/
44+
state: absent
45+
become: yes
46+
4147
- name: Run cloud-init cleanup
4248
command: cloud-init clean --logs --seed
4349

0 commit comments

Comments
 (0)