diff --git a/lib/ansible/cli/pull.py b/lib/ansible/cli/pull.py index 55951c5989c5aa..55b5a2b0fd8d16 100644 --- a/lib/ansible/cli/pull.py +++ b/lib/ansible/cli/pull.py @@ -29,7 +29,7 @@ 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.