Switch module to avoid TERM error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
70b3543c9c
commit
b938abb9ca
@ -27,7 +27,10 @@
|
|||||||
backup: no
|
backup: no
|
||||||
|
|
||||||
- name: Install Harbor
|
- name: Install Harbor
|
||||||
command: /opt/harbor/install.sh --with-trivy
|
ansible.builtin.shell:
|
||||||
|
cmd: /opt/harbor/install.sh --with-trivy
|
||||||
|
# environment:
|
||||||
|
# TERM: dumb
|
||||||
|
|
||||||
- name: Delete temporary files
|
- name: Delete temporary files
|
||||||
file:
|
file:
|
||||||
|
Loading…
Reference in New Issue
Block a user