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
ea159ef9
Commit
ea159ef9
authored
Jul 14, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed backup and validate fragments
parent
4e94bb64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
lib/ansible/utils/module_docs_fragments/backup.py
+1
-0
lib/ansible/utils/module_docs_fragments/validate.py
+8
-7
No files found.
lib/ansible/utils/module_docs_fragments/backup.py
View file @
ea159ef9
...
...
@@ -20,6 +20,7 @@ class ModuleDocFragment(object):
# Standard documentation fragment
DOCUMENTATION
=
'''
options:
backup:
description:
- Create a backup file including the timestamp information so you can get
...
...
lib/ansible/utils/module_docs_fragments/validate.py
View file @
ea159ef9
...
...
@@ -20,11 +20,12 @@ class ModuleDocFragment(object):
# Standard documentation fragment
DOCUMENTATION
=
'''
validate:
required: false
description:
- The validation command to run before copying into place. The path to the file to
validate is passed in via '
%
s' which must be present as in the apache example below.
The command is passed securely so shell features like expansion and pipes won't work.
default: None
options:
validate:
required: false
description:
- The validation command to run before copying into place. The path to the file to
validate is passed in via '
%
s' which must be present as in the apache example below.
The command is passed securely so shell features like expansion and pipes won't work.
default: None
'''
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