mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed: removed build-deb from required_one_of
This commit is contained in:
parent
e4a3e5fdd7
commit
807b168590
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ def main():
|
||||||
dpkg_options = dict(default=DPKG_OPTIONS)
|
dpkg_options = dict(default=DPKG_OPTIONS)
|
||||||
),
|
),
|
||||||
mutually_exclusive = [['package', 'upgrade', 'deb']],
|
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
|
supports_check_mode = True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue