Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
69517832
Commit
69517832
authored
Sep 25, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog
parent
c63189f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
CHANGELOG.md
+17
-0
No files found.
CHANGELOG.md
View file @
69517832
...
...
@@ -27,6 +27,23 @@ Misc/Unsorted:
*
ansible-pull example now sets up logrotate for the ansible-pull cron job log
*
url_get module now returns 'dest' with the location of the file saved
*
fix for yum module when using local RPMs vs downloading
*
output on failed playbook commands is now nicely split for stderr/stdout and syntax errors
*
if local_action is not used and delegate_to was 127.0.0.1 or localhost, use local connection regardless
*
explicit quoting around only_if statements is no longer neccessary
*
is_unset is also available in only_if in addition to is_set
*
negative host matching (!hosts) fixed for external inventory script usage
*
pause plugin (pause seconds=10) (pause minutes=1) (pause prompt=foo) action plugin
*
cleaner error messages with copy if destination directory does not exist
*
internals: os.executable check replaced with utils function so it plays nice on AIX
*
when running a playbook, and the statement has changed, prints 'changed:' now versus 'ok:' so it is obvious without colored mode
*
variables now usable within vars_prompt (just not host/group vars)
*
setup module now still works if PATH is not set
*
Debian packaging now includes ansible-pull manpage
*
magic variable 'ansible_ssh_host' can override the hostname (great for usage with tunnels)
*
service module status now correct for services with 'subsys locked' status
*
misc fixes/upgrades to the wait_for module
*
date command usage in build scripts fixed for OS X
*
git module now expands any "~" in provided destination paths
0.
7 "Panama" -- Sept 6 2012
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment