Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert onaio.react from ansible galaxy requirement to a git submodule #183

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
[submodule "roles/postgresql"]
path = roles/postgresql
url = https://github.com/onaio/ansible-postgresql.git
[submodule "roles/onaio.react"]
path = roles/onaio.react
url = https://github.com/onaio/ansible-react.git
5 changes: 0 additions & 5 deletions requirements/ansible-galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@
version: 287f0b7ec647bada6df00980df8ff05caed74844
scm: git

- src: git+https://github.com/onaio/ansible-react
name: onaio.react
version: v0.0.2
scm: git

- src: https://github.com/onaio/ansible-gpg-import.git
name: onaio.gpg-import
version: c5bb983d5b4bc5fec82a03d71543fefbe2ddd06e
Expand Down
1 change: 1 addition & 0 deletions roles/onaio.react
Submodule onaio.react added at 16a94a