Skip to content

Commit bdb5b10

Browse files
committed
fix: Dependency versions following new roles tag
1 parent 0a99587 commit bdb5b10

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

requirements.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
11
---
2-
# Ansible Requirements
3-
# TODO: Update version attributes to match MAJOR.MINOR.PATCH version (i.e. the git tag) of the roles,
4-
# once available. Note that pinning down to the PATCH number in the `version` attribute while
5-
# referencing only the MINOR version in the role name translates to Ansible Playbooks automatically
6-
# import the latest fixes for Ansible Roles they depend on, assuming older versions of said Ansible
7-
# Roles are not cached locally, in the `./roles` or `~/.ansible/roles` directories for example.
82
roles:
93
- name: ewc-ansible-role-update-system-1.0
104
src: https://github.com/ewcloud/ewc-ansible-role-update-system.git
11-
version: main
5+
version: 1.0.0
126

137
- name: ewc-ansible-role-mars-client-1.0
148
src: https://github.com/ewcloud/ewc-ansible-role-mars-client.git
15-
version: main
9+
version: 1.0.1
1610

17-
- name: ewc-ansible-role-conda-1.0
11+
- name: ewc-ansible-role-conda-1.1
1812
src: https://github.com/ewcloud/ewc-ansible-role-conda.git
19-
version: main
13+
version: 1.1.0
2014

2115
- name: ewc-ansible-role-ecmwf-toolbox-1.0
2216
src: https://github.com/ewcloud/ewc-ansible-role-ecmwf-toolbox.git
23-
version: main
17+
version: 1.0.1
2418

2519
- name: ewc-ansible-role-jupyterhub-local-1.0
2620
src: https://github.com/ewcloud/ewc-ansible-role-jupyterhub-local.git
27-
version: main
21+
version: 1.0.1

0 commit comments

Comments
 (0)