summaryrefslogtreecommitdiffstats
path: root/roles/python/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/python/tasks/main.yml')
-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