summaryrefslogtreecommitdiff
path: root/roles/cloud-install/tasks/main.yml
blob: 942653821ee60a1dd5f5bf199f9313aa3401f84d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- include_tasks: "{{ item }}"
  with_first_found:
    - files:
        - "install_{{ cloud_provider }}.yml"

- name: force facts cache to get updated
  setup:

- include_tasks: "{{ item }}"
  with_first_found:
    - files:
        - "post_{{ cloud_provider }}.yml"
      skip: true