Skip to content

Commit

Permalink
Sort it finally out
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Nov 14, 2024
1 parent 257c21f commit 15f549b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[defaults]
# Galaxy roles
roles_path = ./molecule/resources/roles
roles_path = ./omero/roles

# These tend to be annoying.
retry_files_enabled = False
4 changes: 2 additions & 2 deletions molecule/ome-demoserver/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dependency:
name: galaxy
options:
role-file: molecule/resources/requirements.yml
role-file: requirements.yml
driver:
name: docker
lint: |
Expand All @@ -17,7 +17,7 @@ platforms:
provisioner:
name: ansible
playbooks:
converge: ../ome-demoserver/ome-demoserver.yml
converge: ../../omero/ome-demoserver.yml
lint:
name: ansible-lint
scenario:
Expand Down

0 comments on commit 15f549b

Please sign in to comment.