Improve ansible-pull documentation (#81646)

* Improve ansible-pull documentation

* chnaged description from local/remote to target
pull/71113/merge
rakeshkhopade12 1 year ago committed by GitHub
parent 3ec0850df9
commit dedc48bda4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,7 +80,7 @@ class PullCLI(CLI):
super(PullCLI, self).init_parser(
usage='%prog -U <repository> [options] [<playbook.yml>]',
desc="pulls playbooks from a VCS repo and executes them for the local host")
desc="pulls playbooks from a VCS repo and executes them on target host")
# Do not add check_options as there's a conflict with --checkout/-C
opt_help.add_connect_options(self.parser)

Loading…
Cancel
Save