diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-02 22:27:04 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-02 22:27:04 +0200 |
| commit | d043c2b3358d39ecc9870e0dd8ed7167faeca1c8 (patch) | |
| tree | 8e9cdcc258278475cb73ce8fccdcf02cdfa6543f /roles/python/tasks/main.yml | |
| parent | 8dff233f49f8f55fa16267bd3367007b9346b6a6 (diff) | |
Fix CI failures and ignore intentionally changing tasks for idem test
Diffstat (limited to 'roles/python/tasks/main.yml')
| -rw-r--r-- | roles/python/tasks/main.yml | 4 |
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 |
