blob: 6d9eb96e742080cbfefe9a4f964a8ad11d6c8a78 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
---
- include_tasks: "install_{{ cloud_provider }}.yml"
- name: force facts cache to get updated
setup:
- when: lookup('first_found', ['post_' + cloud_provider + '.yml'], errors='ignore')
include_tasks: "post_{{ cloud_provider }}.yml"
|