github.com/jlmeeker/kismatic@v1.10.1-0.20180612190640-57f9005a1f1a/ansible/_packages-repo.yaml (about) 1 --- 2 - hosts: all 3 any_errors_fatal: true 4 name: "Configure Package Repositories" 5 become: yes 6 7 roles: 8 - role: packages-cleanup 9 when: disconnected_installation|bool != true and upgrading is defined and upgrading|bool == true 10 - role: packages-repo 11 when: disconnected_installation|bool != true