f76cfbab11
This fixes a number of places where we do not have spaces between filters. I think that this is a reasonable rule for readability (I also think it probably was enforced, but maybe later versions got better at detecting it?). These are detected by a later version of Ansible lint; this change should have no operational change to any roles but prepares us to update in a follow-on change. Change-Id: I07e1a109b87adce86f483d14d7e02fcecb8313d5
5 lines
187 B
YAML
5 lines
187 B
YAML
---
|
|
ansible_galaxy_branch: "{{ zuul.branch }}"
|
|
ansible_galaxy_executable: ansible-galaxy
|
|
ansible_galaxy_server: "{{ ansible_galaxy_info.server | default('https://galaxy.ansible.com') }}"
|