Issue #24: Fix one last ansible-lint issue.

This commit is contained in:
Jeff Geerling
2020-02-20 13:08:53 -06:00
parent d636e2b69f
commit a85556d299

View File

@@ -36,6 +36,7 @@
- name: Remove space at beginning of tower-operator.yml
shell: >
echo "$(tail -n +2 {{ operator_file_path }})" > {{ operator_file_path }}
changed_when: true
- name: Template the tower-operator.yaml file into tower-operator.yml
template: