diff --git a/Makefile b/Makefile index 45ede70..510dcf7 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/galaxy.yml b/galaxy.yml index 336e71a..a22e597 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: nephelaiio name: mongodb -version: 0.0.3 +version: 0.0.4 readme: README.md authors: - Ted Cook diff --git a/roles.yml b/roles.yml index 8909652..47bd85c 100644 --- a/roles.yml +++ b/roles.yml @@ -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