Fixes #24 and prepares for 0.2.4 release.

This commit is contained in:
Jeff Geerling
2020-02-20 13:05:16 -06:00
parent 27b8ba968e
commit d636e2b69f
4 changed files with 14 additions and 6 deletions

View File

@@ -33,6 +33,10 @@
- "../deploy/service_account.yaml"
- "../deploy/operator.yaml"
- name: Remove space at beginning of tower-operator.yml
shell: >
echo "$(tail -n +2 {{ operator_file_path }})" > {{ operator_file_path }}
- name: Template the tower-operator.yaml file into tower-operator.yml
template:
src: "{{ operator_file_path }}"