So you are using ansible.posix.at? That plugin uses a file to run AT as seen at https://github.com/ansible-collections/ansible.posix/blob/main/plugins/modules/at.py#L82
So in the code it uses the ```now +``` method. This may be a situation where a command/shell call would be the solution. On Mon, Dec 12, 2022 at 7:30 AM dulhaver via Ansible Project < [email protected]> wrote: > I want to automate a list of command exections with at. > > Looking at the at modules documentation I see only unit & count for > specify the time and date. That looks a litte unprecise to me. > > What is the concepts here to specify something like '16:00 2023-01-19'? > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/1330471356.973684.1670855407841%40office.mailbox.org > . > -- - Andrew "lathama" Latham - -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CA%2Bqj4S-c0hytLWqTXerMKKpP%3DK098DHtkm1Yrdq62ZVP_cjhiQ%40mail.gmail.com.
