summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-node/clean_image.yml
blob: 38753d0aff63d626133bde50e7160eb1db4fb7c8 (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Configure nodes
  hosts: oo_nodes_to_config:!oo_containerized_master_nodes
  tasks:
  - name: Remove any ansible facts created during AMI creation
    file:
      path: "/etc/ansible/facts.d/{{ item }}"
      state: absent
    with_items:
    - openshift.fact