Skip to content

Commit

Permalink
add common as galaxy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 25, 2024
1 parent 1c3ce50 commit 8b70aad
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion playbooks/acs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
hosts: repository:identity:acc:adw
gather_facts: false
roles:
- role: "../roles/common"
- role: alfresco.platform.common
tasks:
- name: Set alfresco_url from first entry of known_urls
vars:
Expand Down
3 changes: 3 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ collections:
version: 8.2.1
- name: community.aws
version: 8.0.0
# Import all local collections
- source: ./collections/alfresco/
type: subdirs

roles:
- name: geerlingguy.elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion roles/elasticsearch/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ galaxy_info:
galaxy_tags: []

dependencies:
- role: common
- role: alfresco.platform.common
2 changes: 1 addition & 1 deletion roles/identity/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ galaxy_info:
galaxy_tags: []

dependencies:
- role: common
- role: alfresco.platform.common
2 changes: 1 addition & 1 deletion roles/java/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ galaxy_info:
galaxy_tags: []
allow_duplicates: false
dependencies:
- role: common
- role: alfresco.platform.common
2 changes: 1 addition & 1 deletion roles/nginx/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ galaxy_info:
min_ansible_version: "2.12"
galaxy_tags: []
dependencies:
- role: common
- role: alfresco.platform.common
2 changes: 1 addition & 1 deletion roles/postgres/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ galaxy_info:
min_ansible_version: "2.12"
galaxy_tags: []
dependencies:
- role: common
- role: alfresco.platform.common

0 comments on commit 8b70aad

Please sign in to comment.