clean_image.yml 269 B

12345678910
  1. ---
  2. - name: Configure nodes
  3. hosts: oo_nodes_to_config:!oo_exclude_nodes_to_config
  4. tasks:
  5. - name: Remove any ansible facts created during AMI creation
  6. file:
  7. path: "/etc/ansible/facts.d/{{ item }}"
  8. state: absent
  9. with_items:
  10. - openshift.fact