We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2533ff commit 783bee2Copy full SHA for 783bee2
molecule/default/converge.yml
@@ -2,12 +2,5 @@
2
- name: Converge
3
hosts: all
4
become: true
5
- pre_tasks:
6
- - name: include variables
7
- include_vars: "{{ item }}"
8
- with_first_found:
9
- - "{{ playbook_dir }}/../../tests/vars/_{{ ansible_distribution_release }}.yml"
10
- - "{{ playbook_dir }}/../../tests/vars/_{{ ansible_distribution | lower }}.yml"
11
- - "{{ playbook_dir }}/../../tests/vars/_default.yml"
12
roles:
13
- ../../../
0 commit comments