Skip to content

Commit

Permalink
fixes typo in cli/ansible-pull arguments (#82316)
Browse files Browse the repository at this point in the history
  • Loading branch information
yigithanbalci committed Nov 30, 2023
1 parent 1dd0d6f commit b405958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ansible/cli/pull.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ class PullCLI(CLI):
1: 'File does not exist',
2: 'File is not readable',
}
ARGUMENTS = {'playbook.yml': 'The name of one the YAML format files to run as an Ansible playbook.'
'This can be a relative path within the checkout. By default, Ansible will'
"look for a playbook based on the host's fully-qualified domain name,"
ARGUMENTS = {'playbook.yml': 'The name of one the YAML format files to run as an Ansible playbook. '
'This can be a relative path within the checkout. By default, Ansible will '
"look for a playbook based on the host's fully-qualified domain name, "
'on the host hostname and finally a playbook named *local.yml*.', }

SKIP_INVENTORY_DEFAULTS = True
Expand Down

0 comments on commit b405958

Please sign in to comment.