Skip to content

Commit

Permalink
Update role dependencies (#4)
Browse files Browse the repository at this point in the history
* Update role dependencies

* Add filter fqdn transformation
  • Loading branch information
teddyphreak authored Nov 6, 2023
1 parent 3664da9 commit ded6575
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ requirements: install
@cp -a ${ROLE_DIR}/plugins/test_plugins ${PLUGIN_DIR}/test
@\grep -Rl "nephelaiio\.mongodb_repo" ${ROLE_DIR} | xargs -rL 1 sed -ie 's/nephelaiio\.mongodb_repo/nephelaiio.mongodb.repo/g'
@\grep --exclude-dir ${ROLE_DIR}/plugins sorted_get -Rl ${ROLE_DIR} | xargs -rL 1 sed -ie 's/sorted_get/nephelaiio.mongodb.sorted_get/g'
@\grep --exclude-dir ${ROLE_DIR}/plugins sorted_get -Rl ${ROLE_DIR} | xargs -rL 1 sed -ie 's/map_format/nephelaiio.mongodb.map_format/g'
@\find ./ -name "*.ymle*" -delete

build: requirements
Expand Down
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.0.3
version: 0.0.4
readme: README.md
authors:
- Ted Cook <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
roles:
- name: repo
src: https://github.com/nephelaiio/ansible-role-mongodb-repo.git
version: 0.0.13
version: 0.0.15
- name: mongos
src: https://github.com/nephelaiio/ansible-role-mongos.git
version: 0.0.2
version: 0.0.3
- name: mongodb
src: https://github.com/wpnops/ansible-role-mongodb.git
version: 0.1.4
Expand Down

0 comments on commit ded6575

Please sign in to comment.