Commit abd4b2c6 authored by nanahira's avatar nanahira

add clean ssh key

parent 03507240
Pipeline #10736 failed with stage
in 10 seconds
...@@ -51,6 +51,12 @@ ...@@ -51,6 +51,12 @@
rm -rf /usr/local/qcloud rm -rf /usr/local/qcloud
args: args:
removes: /usr/local/qcloud removes: /usr/local/qcloud
- name: clean lighthouse ssh key
become: true
file:
path: /home/lighthouse/.ssh/authorized_keys
state: absent
when: ansible_ssh_user != 'lighthouse'
- name: timezone - name: timezone
become: true become: true
timezone: timezone:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment