Switch module to avoid TERM error
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2023-06-03 10:19:52 +02:00
parent 70b3543c9c
commit b938abb9ca
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@
backup: no
- 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
file: