diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index d6124f8..62506ed 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -9,6 +9,7 @@ jobs: steps: - name: Perform testing uses: ansible-community/ansible-test-gh-action@release/v1 + pre-test-cmd: rm -rf input-template with: testing-type: sanity python-version: 3.11 diff --git a/input-template/generated.txt b/input-template/generated.yaml similarity index 100% rename from input-template/generated.txt rename to input-template/generated.yaml diff --git a/input-template/template.txt b/input-template/template.yaml similarity index 100% rename from input-template/template.txt rename to input-template/template.yaml