From d043c2b3358d39ecc9870e0dd8ed7167faeca1c8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 2 Sep 2025 22:27:04 +0200 Subject: Fix CI failures and ignore intentionally changing tasks for idem test --- roles/python/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles/python/tasks/main.yml') diff --git a/roles/python/tasks/main.yml b/roles/python/tasks/main.yml index cb41e1ca..b6eef5cc 100644 --- a/roles/python/tasks/main.yml +++ b/roles/python/tasks/main.yml @@ -63,4 +63,8 @@ - name: "Set global python version" ansible.builtin.command: cmd: "/home/linuxbrew/.linuxbrew/bin/pyenv global {{ python_global_version }}" + # The set global version always run and is always changing the system + # It's intentional to ignore this task for idempotency test changed_when: true + tags: + - molecule-idempotence-notest -- cgit v1.2.3