Update main.yml

This commit is contained in:
qiaofeng1227 2022-12-12 08:37:07 +08:00 committed by GitHub
parent 53b1b24494
commit 9556905879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,12 +48,10 @@
# this step may get error most of times # this step may get error most of times
- name: install bt, waiting for 5-10 mins - name: install bt, waiting for 5-10 mins
command: expect /root/bt.exp command: expect /root/bt.exp
ignore_errors: yes
- name: change username & password - name: change username & password
command: expect /root/{{item}} command: expect /root/{{item}}
with_items: "{{bt_filelist}}" with_items: "{{bt_filelist}}"
ignore_errors: yes
- name: remove extra files - name: remove extra files
shell: | shell: |