fixed: removed build-deb from required_one_of

pull/18777/head
Conrado Buhrer 10 years ago committed by Matt Clay
parent e4a3e5fdd7
commit 807b168590

@ -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…
Cancel
Save