New in version 1.5.
Parameter | Choices/Defaults | Comments |
---|---|---|
command
-
|
A command to be executed in the future.
|
|
count
-
/ required
|
The count of units in the future to execute the command or script file.
|
|
script_file
-
|
An existing script file to be executed in the future.
|
|
state
-
|
|
The state dictates if the command or script file should be evaluated as present(added) or absent(deleted).
|
unique
boolean
|
|
If a matching job is present a new job will not be added.
|
units
-
/ required
|
|
The type of units in the future to execute the command or script file.
|
- name: Schedule a command to execute in 20 minutes as root.
at:
command: ls -d / >/dev/null
count: 20
units: minutes
- name: Match a command to an existing job and delete the job.
at:
command: ls -d / >/dev/null
state: absent
- name: Schedule a command to execute in 20 minutes making sure it is unique in the queue.
at:
command: ls -d / >/dev/null
count: 20
units: minutes
unique: yes
More information about Red Hat’s support of this module is available from this Red Hat Knowledge Base article.
Hint
If you notice any issues in this documentation you can edit this document to improve it.