fixed: removed build-deb from required_one_of
This commit is contained in:
parent
711005fe9b
commit
ef3f486f6e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue