mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Fix tuples to actually be tuples (#52591)
This commit is contained in:
parent
6746ec6331
commit
b5c2b407d6
4 changed files with 8 additions and 8 deletions
|
@ -583,10 +583,10 @@ def main():
|
|||
['insertafter', 'insertbefore'],
|
||||
],
|
||||
required_by=dict(
|
||||
cron_file=('user'),
|
||||
cron_file=('user',),
|
||||
),
|
||||
required_if=(
|
||||
('state', 'present', ('job')),
|
||||
('state', 'present', ('job',)),
|
||||
),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue