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
a94a228c
Commit
a94a228c
authored
Oct 18, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update changelog
parent
a908bd6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
CHANGELOG.md
+3
-0
No files found.
CHANGELOG.md
View file @
a94a228c
...
...
@@ -31,6 +31,7 @@ Other Core Changes:
*
fatal errors are now properly colored red.
*
skipped messages are now cyan, to differentiate them from unchanged messages.
*
extensive documentation upgrades
*
delegate_action to localhost (aka local_action) will always use the local connection type
Highlighted playbook changes:
...
...
@@ -46,6 +47,8 @@ Highlighted playbook changes:
*
setup is not run more than once when we know it is has already been run in a play that included another play, etc
*
can set/override sudo and sudo_user on individual tasks in a play, defaults to what is set in the play if not present
*
ability to use with_fileglob to iterate over local file patterns
*
templates now use Jinja2's 'trim_blocks=True' to avoid stray newlines, small changes to templates may
be required in rare cases.
Other playbook changes:
...
...
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