mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 13:52:58 +00:00
Fixes #24 and prepares for 0.2.4 release.
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user