Skip to content

Commit

Permalink
Pin modules to the matching stable-1.9 branch
Browse files Browse the repository at this point in the history
This is to keep module changes on devel from breaking when ran on
stable-1.9 Ansible.
  • Loading branch information
omgjlk committed Jun 25, 2015
1 parent 9bf06bf commit 3e5add9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[submodule "lib/ansible/modules/core"]
path = lib/ansible/modules/core
url = https://github.com/ansible/ansible-modules-core.git
branch = devel
branch = stable-1.9
[submodule "lib/ansible/modules/extras"]
path = lib/ansible/modules/extras
url = https://github.com/ansible/ansible-modules-extras.git
branch = devel
branch = stable-1.9
[submodule "v2/ansible/modules/core"]
path = v2/ansible/modules/core
url = https://github.com/ansible/ansible-modules-core.git
branch = devel
branch = stable-1.9
[submodule "v2/ansible/modules/extras"]
path = v2/ansible/modules/extras
url = https://github.com/ansible/ansible-modules-extras.git
branch = devel
branch = stable-1.9

0 comments on commit 3e5add9

Please sign in to comment.