- 18 May, 2013 1 commit
-
-
**Summary**: There was a bug in the previous commit; pip module would add --use-mirrors options to a source package when state is absent. The bug is resolved in this commit by checking ``not is_package`` in the if branch. Furthermore, in order to support non-vcs source name like tarballs, we must not add -e option to the arg list. Given this circumstance, this commit have is_tar and is_vcs and the latter is checked to add -e option. Since mirrors do not make sense with vcs or tarball source, this commit will not add --use-mirrors (default to True) as always.
Yeukhon Wong committed
-
- 09 May, 2013 1 commit
-
-
Summary: Pip module would abort when name is a remote package address because the module was expecting a version if ``=`` is part of the name value. Furthermore, the pip module would require either name or requirement to be a key, although the documentation table said neither was required. The fact that one of them must be present is not documented in the documentation leads to confusion. This commit added this fact as part of description. In this commit, we resolve the confusion by stating either ``name`` or ``requirement`` is needed. Next, if the user puts remote address as the value of the ``name`` key, we will not use mirror. Lastly, if the user uses the remote serivice address as the name of the package and the user does not supply -e option in extra_vars (which is the whole point of this commit), we will add -e to extra_vars so pip command can run with -e option.
Yeukhon Wong committed
-
- 08 May, 2013 2 commits
-
-
Don't set PasswordAuthentication=no here because the connection plugin will do that unless a password is actually specified with -k/--ask-pass.
Michael DeHaan committed -
fix for authorized_key on debian squeeze
Michael DeHaan committed
-
- 07 May, 2013 3 commits
-
-
Oleg committed
-
Fix link to Ansible Resources in moduledev page
Michael DeHaan committed -
Maykel Moya committed
-
- 06 May, 2013 3 commits
-
-
fixed to send to conference rooms correctly
Michael DeHaan committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
new module to do notifications over jabber (xmpp)
Michael DeHaan committed
-
- 05 May, 2013 30 commits
-
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Riak module docs and bugfixes.
Michael DeHaan committed -
James Martin committed
-
Michael DeHaan committed
-
generalized cleanup and removed atomic_move return
Michael DeHaan committed -
Michael DeHaan committed
-
remove playbook examples from main repo. Fear not, these are now in the ansible/ansible-examples repo :)
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
removed return code as it doesn't make sense anymore Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Michael DeHaan committed
-