You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See the latest Ansible documentation.
at - Schedule the execution of a command or script file via the at command.¶
# Schedule a command to execute in 20 minutes as root.-at:command:"ls-d/>/dev/null"count:20units:minutes# Match a command to an existing job and delete the job.-at:command:"ls-d/>/dev/null"state:absent# Schedule a command to execute in 20 minutes making sure it is unique in the queue.-at:command:"ls-d/>/dev/null"unique:truecount:20units:minutes
For more information about Red Hat’s this support of this module, please
refer to this knowledge base article<https://access.redhat.com/articles/rhel-top-support-policies>