mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 16:40:45 +02:00
This test scans all .yml/.yaml files under any tasks/ directory and flags cases where the same 'when' condition appears on more than 3 tasks in the same file. Excessive duplication of identical conditions can harm Ansible performance because the condition is re-evaluated for every task. The test suggests replacing repeated conditions with an include_tasks call or a block guarded by the condition to evaluate it only once. https://chatgpt.com/share/6899c605-6f40-800f-a954-ccb62f8bbcf1
Tests
This folder contains the tests for infinito