ansible-galaxy - fix the usage for role/collection install (#83979)

pull/83982/head
Sloane Hertel 2 months ago committed by GitHub
parent aa24e97435
commit bf8da52aac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -482,7 +482,7 @@ class GalaxyCLI(CLI):
)
prog = 'ansible-galaxy install'
else:
prog = parser._prog_prefix
prog = f"ansible-galaxy {galaxy_type} install"
description_text = (
'Install {0}(s) from file(s), URL(s) or Ansible '
'Galaxy to the first entry in the config {1}S_PATH '

Loading…
Cancel
Save