mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
added ability to limit in ansilbe pull
refactored the options a bit, new inventory_opts made sense to always group fixes #7917
This commit is contained in:
@@ -38,6 +38,7 @@ class AdHocCLI(CLI):
|
||||
self.parser = CLI.base_parser(
|
||||
usage='%prog <host-pattern> [options]',
|
||||
runas_opts=True,
|
||||
inventory_opts=True,
|
||||
async_opts=True,
|
||||
output_opts=True,
|
||||
connect_opts=True,
|
||||
|
||||
Reference in New Issue
Block a user