mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 12:51:04 +00:00
fixed: removed build-deb from required_one_of
This commit is contained in:
committed by
Matt Clay
parent
e4a3e5fdd7
commit
807b168590
@@ -511,7 +511,7 @@ def main():
|
||||
dpkg_options = dict(default=DPKG_OPTIONS)
|
||||
),
|
||||
mutually_exclusive = [['package', 'upgrade', 'deb']],
|
||||
required_one_of = [['package', 'upgrade', 'update_cache', 'build-dep', 'deb']],
|
||||
required_one_of = [['package', 'upgrade', 'update_cache', 'deb']],
|
||||
supports_check_mode = True
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user