Skip to content

Commit

Permalink
Revert some
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 4, 2024
1 parent a956552 commit f4c596b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
- name: Converge

Check warning on line 2 in molecule/default/converge.yml

View workflow job for this annotation

GitHub Actions / Lint

role-name[path]

Avoid using paths when importing roles. (../../../)
hosts: all
become: true
pre_tasks:
- name: include vars

Check warning on line 6 in molecule/default/converge.yml

View workflow job for this annotation

GitHub Actions / Lint

name[casing]

All names should start with an uppercase letter.
ansible.builtin.include_vars: "{{ playbook_dir }}/../../tests/vars/main.yml"
roles:
- ../../../

0 comments on commit f4c596b

Please sign in to comment.