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
6f9ca7cf
Commit
6f9ca7cf
authored
Feb 15, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some minor docs corrections.
parent
47316074
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
docsite/rst/playbooks_error_handling.rst
+3
-0
library/files/template
+1
-1
No files found.
docsite/rst/playbooks_error_handling.rst
View file @
6f9ca7cf
...
@@ -26,6 +26,9 @@ write a task that looks like this::
...
@@ -26,6 +26,9 @@ write a task that looks like this::
command: /bin/false
command: /bin/false
ignore_errors: yes
ignore_errors: yes
Note that the above system only governs the failure of the particular task, so if you have an undefined
variable used, it will still raise an error that users will need to address.
.. _controlling_what_defines_failure:
.. _controlling_what_defines_failure:
Controlling What Defines Failure
Controlling What Defines Failure
...
...
library/files/template
View file @
6f9ca7cf
...
@@ -44,7 +44,7 @@ options:
...
@@ -44,7 +44,7 @@ options:
version_added: "1.2"
version_added: "1.2"
others:
others:
description:
description:
- all arguments accepted by the M(file) module also work here
- all arguments accepted by the M(file) module also work here
, as well as the M(copy) module (except the the 'content' parameter).
required: false
required: false
notes:
notes:
- "Since Ansible version 0.9, templates are loaded with C(trim_blocks=True)."
- "Since Ansible version 0.9, templates are loaded with C(trim_blocks=True)."
...
...
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