summaryrefslogtreecommitdiffstats
path: root/roles/python/tasks
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-02 22:27:04 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-02 22:27:04 +0200
commit95a925f7b32f05487848258de56a7acb1ee99705 (patch)
tree8e9cdcc258278475cb73ce8fccdcf02cdfa6543f /roles/python/tasks
parentfa8087f8deaeb01e3929592a94f0e4c2d8b9f859 (diff)
Fix CI failures and ignore intentionally changing tasks for idem test
Diffstat (limited to 'roles/python/tasks')
-rw-r--r--roles/python/tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
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