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
be9b4452
Commit
be9b4452
authored
Jan 29, 2015
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the force=no changes for version control modules
parent
c978c777
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
CHANGELOG.md
+12
-3
No files found.
CHANGELOG.md
View file @
be9b4452
...
@@ -11,11 +11,20 @@ in progress, details pending
...
@@ -11,11 +11,20 @@ in progress, details pending
work. Playbooks that depended on the former behaviour simply to add
work. Playbooks that depended on the former behaviour simply to add
force=True to the task that needs it. Affected modules:
force=True to the task that needs it. Affected modules:
*
bzr: When local modifications exist in a checkout, the bzr module used to
default to temoving the modifications on any operation. Now the module
will not remove the modifications unless force=yes is specified.
Operations that depend on a clean working tree may fail unless force=yes is
added.
*
git: When local modifications exist in a checkout, the git module will now
fail unless force is explictly specified. Specifying force will allow the
module to revert and overwrite local modifications to make git actions
succeed.
*
hg: When local modifications exist in a checkout, the hg module used to
default to removing the modifications on any operation. Now the module
will not remove the modifications unless force=yes is specified.
*
subversion: When updating a checkout with local modifications, you now need
*
subversion: When updating a checkout with local modifications, you now need
to add force so the module will revert the modifications before updating.
to add force so the module will revert the modifications before updating.
*
git: When local modifications exist to a checkout, the git module will now
fail unless force is explictly specified. Specifying force will allow the
module revert and overwrite local modifications to make git actions succeed.
## 1.8.1 "You Really Got Me" - Nov 26, 2014
## 1.8.1 "You Really Got Me" - Nov 26, 2014
...
...
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