Skip to content
Snippets Groups Projects
prune-images.yml 186 B
Newer Older
---
- import_playbook: gather-facts.yml

- name: Apply role prune-images
  hosts: baremetal
  serial: '{{ kolla_serial|default("0") }}'
  gather_facts: false
  roles:
    - prune-images