Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: yamllint --strict -c .yamllint .

- name: Run ansible-lint
run: ansible-lint
run: ansible-lint --strict --show-relpath .
5 changes: 5 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: Install Ansbile dependencies
run: ansible-galaxy install -r requirements.yml

# ansible-lint will generate .ansible/roles directory and dynamic link this role to it
# we then can import this role by <namespace>.<name> for testing
- name: Run ansible-lint
run: ansible-lint --strict --show-relpath .

- name: Test playbook
run: molecule test
env:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
tasks:
- name: Include opencast_mariadb
ansible.builtin.include_role:
name: opencast_mariadb
name: elan.opencast_mariadb