at

Collection: posix

Full Name: parallax.posix.at

Aliases: ansible.posix.at, at

Synopsis

Manage at

Parameters

NameTypeRequiredDefaultDescription
commandstringThe command to schedule via at
countstringyesThe count of units in the future to execute the command or the job number to remove (state=absent)
unitsstringyesThe time unit for scheduling Choices: minutes, hours, days, weeks
statestringpresentWhether to add (present) or remove (absent) the at job
uniqueboolfalseIf true, only schedule the job if no other matching jobs exist
script_filestringPath to a script file to schedule instead of a command

Example

- name: Example at task
  at:
    count: <your_count>
    units: minutes