Update pull.py (#70393)

This commit is contained in:
Ethan 2020-07-02 10:59:01 -04:00 committed by GitHub
parent 36d7ba1408
commit 46ad3c1162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.