mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-06 21:32:59 +00:00
Apply suggestions from code review
Thanks felixfontein for the thorough review. :-) Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
committed by
Alexei Znamensky
parent
0c9ab06a55
commit
ef07eb8a06
@@ -36,7 +36,7 @@ options:
|
||||
choices: [ minutes, hours, days, weeks ]
|
||||
state:
|
||||
description:
|
||||
- The state dictates if the command or script file should be evaluated as V(present)(added) or V(absent)(deleted).
|
||||
- The state dictates if the command or script file should be evaluated as V(present) (added) or V(absent) (deleted).
|
||||
type: str
|
||||
choices: [ absent, present ]
|
||||
default: present
|
||||
|
||||
Reference in New Issue
Block a user