From a85556d299818d15e4fb1803eee19a73f2f65f03 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 20 Feb 2020 13:08:53 -0600 Subject: [PATCH] Issue #24: Fix one last ansible-lint issue. --- build/chain-operator-files.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/chain-operator-files.yml b/build/chain-operator-files.yml index fe2fd120..0bff8a7d 100644 --- a/build/chain-operator-files.yml +++ b/build/chain-operator-files.yml @@ -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: