mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00:00
ansible-config doesn't edit configs (#56355)
Avoid suggesting that it does in the description since that capability doesn't yet exist.
This commit is contained in:
committed by
Alicia Cozine
parent
c1ebc8d9c2
commit
110b8ba660
@@ -35,7 +35,7 @@ class ConfigCLI(CLI):
|
||||
def init_parser(self):
|
||||
|
||||
super(ConfigCLI, self).init_parser(
|
||||
desc="View, edit, and manage ansible configuration.",
|
||||
desc="View ansible configuration.",
|
||||
)
|
||||
|
||||
common = opt_help.argparse.ArgumentParser(add_help=False)
|
||||
|
||||
Reference in New Issue
Block a user