From e4cf75941b3770d2b7113a4cfd03c2a03af2f716 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 25 Jul 2026 22:23:40 +0200 Subject: [PATCH] Remove dead command: "" from default docker molecule-config molecule-plugins 26.7.15 added a JSON schema for the docker driver (ansible-community/molecule-plugins#340) requiring platforms.command to be a string. The command: "" line here was already turned into a YAML null by the yq e --inplace prepare-playbook step regardless of the quoting, so it never actually applied as an empty string - only the new schema check started rejecting the resulting null. Removing the line keeps the same effective behavior (no command override) while passing validation. Co-Authored-By: Claude Sonnet 5 --- .github/workflows/ansible-integration-workflow.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ansible-integration-workflow.yaml b/.github/workflows/ansible-integration-workflow.yaml index 07a3e7d..65505b6 100644 --- a/.github/workflows/ansible-integration-workflow.yaml +++ b/.github/workflows/ansible-integration-workflow.yaml @@ -29,7 +29,6 @@ on: platforms: - name: instance image: "geerlingguy/docker-\$\{MOLECULE_DISTRO:-debian12\}-ansible:latest" - command: "" volumes: - /sys/fs/cgroup:/sys/fs/cgroup:rw - /var/lib/containerd