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
ff71f06b
Commit
ff71f06b
authored
Mar 25, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10538 from tobarja/patch-1
Fix some typos in CHANGELOG.md
parents
60f972df
c697bc25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CHANGELOG.md
+3
-3
No files found.
CHANGELOG.md
View file @
ff71f06b
...
...
@@ -29,9 +29,9 @@ Major changes:
*
Fix skipped tasks to not display their parameters if no_log is specified.
*
Many fixes to unicode support, standarized functions to make it easier to add to input/output boundries.
*
Added travis integration to github for basic tests, this should speed up ticket triage and merging.
*
environment: directive now can also be applied to play and is inhertited by tasks, which can still overrid
d
e it.
*
environment: directive now can also be applied to play and is inhertited by tasks, which can still override it.
*
expanded facts and OS/distribution support for existing facts and improved performance with pypy.
*
new 'wantlist' option to lookups allows for selecting a list typed variable vs a commad delimited string as the return.
*
new 'wantlist' option to lookups allows for selecting a list typed variable vs a comma
n
d delimited string as the return.
*
the shared module code for file backups now uses a timestamp resolution of seconds (previouslly minutes).
*
allow for empty inventories, this is now a warning and not an error (for those using localhost and cloud modules).
*
sped up YAML parsing in ansible by up to 25% by switching to CParser loader.
...
...
@@ -126,7 +126,7 @@ Other Notable Changes:
*
Many fixes for hardlink and softlink handling in file-related modules
*
Implement user, group, mode, and selinux parameters for the unarchive module
*
authorized_keys can now use url as a key source
*
authorized_keys has a new exclusive paameter that determines if keys that weren't specified in the task
*
authorized_keys has a new exclusive pa
r
ameter that determines if keys that weren't specified in the task
*
The selinux module now sets the current running state to permissive if state='disabled'
*
Can now set accounts to expire via the user module
*
Overhaul of the service module to make code simpler and behave better for systems running several popular init systems
...
...
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