--- - import_playbook: gather-facts.yml - name: Apply role prune-images hosts: baremetal serial: '{{ kolla_serial|default("0") }}' gather_facts: false max_fail_percentage: >- {{ prune_images_max_fail_percentage | default(kolla_max_fail_percentage) | default(100) }} roles: - prune-images