Skip to content

Commit 783bee2

Browse files
committed
Cleanup
1 parent e2533ff commit 783bee2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

molecule/default/converge.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,5 @@
22
- name: Converge
33
hosts: all
44
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"
125
roles:
136
- ../../../

0 commit comments

Comments
 (0)