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.
 
 
 
 
 
Go to file
Gert Goet 2db7cc3314 Prevent permission denied when cloning
Without read permission to the current working directory, git-clone will
fail:
root@host:~$ sudo -u git -H git clone \
  git://github.com/ansible/ansible.git /home/git/ansible
fatal: Could not change back to '/root': Permission denied

This commit ensures that the working directory is changed to the
parent-folder of the destination before doing the clone.
12 years ago
add_host
apt
apt_repository Fix ppa syntax in apt_repository module doc 12 years ago
assemble
async_status do not conditionalize this for older Python, fix indentation, better use 12 years ago
async_wrapper
authorized_key Ensure files created by authorized_key have correct selinux context 12 years ago
command
copy
cron fix cron DOCUMENTATION 12 years ago
debug
easy_install
ec2 Fix indentation 12 years ago
facter
fail
fetch
file Fix behaviour when file handles a path with tilde 12 years ago
fireball Allow to change executable (shell/interpreter) when using raw 12 years ago
get_url
git Prevent permission denied when cloning 12 years ago
group Fix "NameError: global name 'name' is not defined" exception 12 years ago
group_by
ini_file
lineinfile Clarify that lineinfile uses Python regexes. 12 years ago
mail mail module: add MIME attachments, port and addresses with phrases 12 years ago
mount
mysql_db Python 2.4 fixes for modules 12 years ago
mysql_user
nagios added support for scheduling downtime for all services on host 12 years ago
ohai
pause
ping
pip pip module improvements 12 years ago
postgresql_db add encoding documentation in postgresql_db 12 years ago
postgresql_user remove quotes in has_table_privilege and has_database_privilege 12 years ago
raw Merge pull request #1798 from dagwieers/raw-executable 12 years ago
script Make script module use raw module so it does not require python 12 years ago
seboolean
selinux
service
setup Handle unreadable /proc/xen/capabilities 12 years ago
shell
slurp
subversion Passing in module instead of just fail_json per upstream request. 12 years ago
supervisorctl supervisorctl: document the 'present' option 12 years ago
svr4pkg
template Added additional template variables 12 years ago
user Python 2.4 fixes for modules 12 years ago
virt
wait_for
yum if user has manually installed an intermediate version - don't ignore it: issue 1754 12 years ago