mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
Update at.py
This commit is contained in:
parent
c7d610b662
commit
99585a9696
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ options:
|
||||||
chdir:
|
chdir:
|
||||||
description:
|
description:
|
||||||
- An optional location from where to run the command C(at).
|
- An optional location from where to run the command C(at).
|
||||||
- Useful for intance when running a playbook using ansible-pull with C(purge) option.
|
- Useful for instance when running a playbook using ansible-pull with C(purge) option.
|
||||||
type: path
|
type: path
|
||||||
version_added: 1.3.0
|
version_added: 1.3.0
|
||||||
command:
|
command:
|
||||||
|
|
@ -44,7 +44,7 @@ options:
|
||||||
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).
|
||||||
type: str
|
type: str
|
||||||
choices: [absent, present]
|
choices: [ absent, present ]
|
||||||
default: present
|
default: present
|
||||||
unique:
|
unique:
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue