mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-05 00:31:37 -07:00
draft to generate man pages
This commit is contained in:
parent
7b197d823e
commit
b4c47ebf68
8 changed files with 170 additions and 14 deletions
|
@ -50,7 +50,7 @@ class PlaybookCLI(CLI):
|
|||
|
||||
# create parser for CLI options
|
||||
parser = CLI.base_parser(
|
||||
usage = "%prog playbook.yml",
|
||||
usage = "%prog [options] playbook.yml [playbook2 ...]",
|
||||
connect_opts=True,
|
||||
meta_opts=True,
|
||||
runas_opts=True,
|
||||
|
@ -61,6 +61,7 @@ class PlaybookCLI(CLI):
|
|||
vault_opts=True,
|
||||
fork_opts=True,
|
||||
module_opts=True,
|
||||
desc="Runs Ansible playbooks, executing the defined tasks on the targeted hosts.",
|
||||
)
|
||||
|
||||
# ansible playbook specific opts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue