Update pull.py (#70393)

pull/70435/head
Ethan 4 years ago committed by GitHub
parent 36d7ba1408
commit 46ad3c1162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ display = Display()
class PullCLI(CLI):
''' is used to up a remote copy of ansible on each managed node,
''' Used to pull a remote copy of ansible on each managed node,
each set to run via cron and update playbook source via a source repository.
This inverts the default *push* architecture of ansible into a *pull* architecture,
which has near-limitless scaling potential.

Loading…
Cancel
Save