zuul-jobs/roles/bindep/handlers/main.yaml
Andreas Jaeger 7e04128a8b Capitalize task names
We capitalize the first word in task names in general - and when you
follow a log and suddenly see a single lower-case one flying along...

Fix those names that I could find and that are not variables etc.

Change-Id: I9ccde577413270d49fd790c41767b859366dc2f6
2020-05-16 17:46:17 +02:00

5 lines
91 B
YAML

- name: Remove bindep temp dir
file:
path: "{{ bindep_temp_dir }}"
state: absent