From c158b544f881c3027a0e967ddf0506c7d450fa29 Mon Sep 17 00:00:00 2001 From: doobry Date: Sat, 8 Nov 2025 12:11:12 +0100 Subject: [PATCH] Add `--diff` as argument to ansible Helps with tracking changes from upstream/Debian config files. --- .github/workflows/ansible-integration-workflow.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ansible-integration-workflow.yaml b/.github/workflows/ansible-integration-workflow.yaml index 48a937b..d3cd519 100644 --- a/.github/workflows/ansible-integration-workflow.yaml +++ b/.github/workflows/ansible-integration-workflow.yaml @@ -38,6 +38,8 @@ on: pre_build_image: true provisioner: name: ansible + ansible_args: + - --diff playbooks: converge: ../default/converge.yml disable-apparmor-mysql: