You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/v1
Joseph Callen 2f5ced8856 Moving VMware Utilites module
Moved `vmware.py` from v1 to `lib/ansible/module_utils/vmware.py`.

No other changes has been made since these two PRs:
https://github.com/ansible/ansible/pull/10812
https://github.com/ansible/ansible/pull/10760
9 years ago
..
ansible Moving VMware Utilites module 9 years ago
bin Making the switch to v2 9 years ago
hacking Add the hacking directory to v1 9 years ago
tests Merge branch 'v2_final' into devel_switch_v2 9 years ago
README.md fixed typos 9 years ago

README.md

This is dead code, it is here for convenience for those testing current devel so as to ascertain if a bug was introduced in the v2 rewrite or was preexisting in the 1.x codebase. Using this code should be equivalent of checking out the v1_last tag, which was devel at a point between 1.9.1 and 1.9.2 releases. The stable-1.9 is the maintenance branch for the 1.9.x code, which might continue to diverge from the v1/ tree as bugs get fixed.

DO NOT:  * use this code as reference

  • make PRs against this code
  • expect this code to be shipped with the 2.0 version of ansible