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

- name: force facts cache to get updated
  setup:

- include_tasks: "{{ item }}"
  static: no
  with_first_found:
    - files:
        - "post_{{ cloud_provider }}.yml"
      skip: True