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
f3c11772
Commit
f3c11772
authored
Jan 15, 2014
by
Richard C Isaacson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation cleanup.
parent
7686204b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
library/system/at
+7
-7
No files found.
library/system/at
View file @
f3c11772
...
@@ -21,10 +21,10 @@
...
@@ -21,10 +21,10 @@
DOCUMENTATION
=
'''
DOCUMENTATION
=
'''
---
---
module: at
module: at
short_description: Schedule the execution of a command or script
s
via the at command.
short_description: Schedule the execution of a command or script
file
via the at command.
description:
description:
- Use this module to schedule a command or script to run once in the future.
- Use this module to schedule a command or script
file
to run once in the future.
- All jobs are executed in the
a
queue.
- All jobs are executed in the
'a'
queue.
version_added: "1.5"
version_added: "1.5"
options:
options:
command:
command:
...
@@ -34,21 +34,21 @@ options:
...
@@ -34,21 +34,21 @@ options:
default: null
default: null
script_file:
script_file:
description:
description:
- An existing script to be executed in the future.
- An existing script
file
to be executed in the future.
required: false
required: false
default: null
default: null
count:
count:
description:
description:
- The count of units in the future to execute the command or script.
- The count of units in the future to execute the command or script
file
.
required: true
required: true
units:
units:
description:
description:
- The type of units in the future to execute the command or script.
- The type of units in the future to execute the command or script
file
.
required: true
required: true
choices: ["minutes", "hours", "days", "weeks"]
choices: ["minutes", "hours", "days", "weeks"]
state:
state:
description:
description:
- The state dictates if the command or script
_
file should be evaluated as present(added) or absent(deleted).
- The state dictates if the command or script
file should be evaluated as present(added) or absent(deleted).
required: false
required: false
choices: ["present", "absent"]
choices: ["present", "absent"]
default: "present"
default: "present"
...
...
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