7e04128a8b
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
5 lines
91 B
YAML
5 lines
91 B
YAML
- name: Remove bindep temp dir
|
|
file:
|
|
path: "{{ bindep_temp_dir }}"
|
|
state: absent
|