Skip to content

Commit

Permalink
Update versions for role dependencies (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Nov 29, 2023
1 parent 5cd042a commit 2512ea9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: nephelaiio
name: mongodb
version: 0.1.2
version: 0.1.3
readme: README.md
authors:
- Ted Cook <[email protected]>
Expand Down
4 changes: 0 additions & 4 deletions playbooks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
- name: Deploy new config replicaset members
hosts: mongodb_config_install
become: true
collections:
- nephelaiio.plugins
roles:
- nephelaiio.mongodb.repo
- nephelaiio.mongodb.mongodb
Expand All @@ -48,8 +46,6 @@
hosts: mongodb_config_update
serial: 1
become: true
collections:
- nephelaiio.plugins
roles:
- nephelaiio.mongodb.repo
- nephelaiio.mongodb.mongodb
Expand Down
4 changes: 0 additions & 4 deletions playbooks/shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
- name: Deploy new shard replicaset members
hosts: mongodb_shard_install
become: true
collections:
- nephelaiio.plugins
roles:
- nephelaiio.mongodb.repo
- nephelaiio.mongodb.mongodb
Expand All @@ -48,8 +46,6 @@
hosts: mongodb_shard_update
serial: 1
become: true
collections:
- nephelaiio.plugins
roles:
- nephelaiio.mongodb.repo
- nephelaiio.mongodb.mongodb
Expand Down
4 changes: 2 additions & 2 deletions roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ roles:
version: 0.0.16
- name: mongos
src: https://github.com/nephelaiio/ansible-role-mongos.git
version: 0.1.0
version: 0.1.2
- name: mongodb
src: https://github.com/wpnops/ansible-role-mongodb.git
version: 0.1.11
version: 0.1.13
scm: git
- name: update
src: https://github.com/robertdebock/ansible-role-update.git
Expand Down

0 comments on commit 2512ea9

Please sign in to comment.