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

10 lines
209 B
YAML

- name: Gather needed facts
when: ansible_pkg_mgr is not defined
setup:
gather_subset: pkg_mgr
- name: Set up infrastructure mirrors
include: mirror.yaml
when: mirror_fqdn is defined
static: no