Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Feb 22, 2021
1 parent e2533ff commit 783bee2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,5 @@
- name: Converge
hosts: all
become: true
pre_tasks:
- name: include variables
include_vars: "{{ item }}"
with_first_found:
- "{{ playbook_dir }}/../../tests/vars/_{{ ansible_distribution_release }}.yml"
- "{{ playbook_dir }}/../../tests/vars/_{{ ansible_distribution | lower }}.yml"
- "{{ playbook_dir }}/../../tests/vars/_default.yml"
roles:
- ../../../

0 comments on commit 783bee2

Please sign in to comment.