mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
.--. . .--. ---.. / .. ... / .- -. -. --- -.-- .. -. --.
This commit is contained in:
parent
18a7a1ec31
commit
2a2e02aea4
3 changed files with 9 additions and 10 deletions
|
@ -62,12 +62,10 @@ class PullCLI(CLI):
|
|||
2: 'File is not readable'
|
||||
}
|
||||
SUPPORTED_REPO_MODULES = ['git']
|
||||
ARGUMENTS = {
|
||||
'playbook.yml': 'The name of one the YAML format files to run as an Ansible playbook.'
|
||||
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*.',
|
||||
}
|
||||
'on the host hostname and finally a playbook named *local.yml*.', }
|
||||
|
||||
def parse(self):
|
||||
''' create an options parser for bin/ansible '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue