debug
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-10-03 23:14:02 +02:00
parent f05d38e6db
commit 5a98f0b9d0
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
hosts: localhost
connection: local
gather_facts: false
no_log: "{{ molecule_no_log }}"
#no_log: "{{ molecule_no_log }}"
tasks:
- name: Check existing instance config file
stat:
@ -23,6 +23,7 @@
loop: "{{ instance_conf }}"
async: 7200
poll: 0
no_log: True
- name: Wait for instance(s) deletion to complete
async_status:
@ -31,6 +32,7 @@
until: hetzner_jobs.finished
retries: 300
loop: "{{ server.results }}"
no_log: True
- name: Destroy volume(s)
hcloud_volume:
@ -43,6 +45,7 @@
when: item.volume | default(False) | bool
async: 7200
poll: 0
no_log: True
- name: Wait for volume(s) deletion to complete
async_status: