From 1b9fea20305dc21c699836ff76853cf06c12917e Mon Sep 17 00:00:00 2001
From: thehedhly <thehedhly@users.noreply.github.com>
Date: Tue, 16 Jan 2024 14:37:49 +0100
Subject: [PATCH] Fix broken local test

---
 .github/workflows/test.yml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 631e23a..72658c8 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -97,12 +97,22 @@ jobs:
     steps:
       - name: Checkout code
         uses: actions/checkout@v4
+      - name: With custom ansible.cfg
+        uses: ./
+        with:
+          playbook: playbook.yml
+          directory: test
+          configuration: |
+            [defaults]
+            callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
+            stdout_callback = yaml
+            nocows = false
+          options: --inventory hosts
       - name: With requirements
         uses: ./
         with:
           playbook: playbook.yml
           directory: test
-          configuration: ansible.cfg
           requirements: requirements.yml
           options: --inventory hosts
       - name: With requirements bundle