mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 14:14:22 -07:00
Merge pull request #4484 from mscherer/add_short_hostname
ansible-pull by default will look for local.yml and $fqdn.yml.
This commit is contained in:
commit
2d9087b806
2 changed files with 9 additions and 6 deletions
|
@ -43,8 +43,8 @@ OPTIONAL ARGUMENT
|
|||
|
||||
The name of one the YAML format files to run as an ansible playbook. This can
|
||||
be a relative path within the checkout. If not provided, ansible-pull
|
||||
will look for a playbook based on the host's fully-qualified domain name and
|
||||
finally a playbook named *local.yml*.
|
||||
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*.
|
||||
|
||||
|
||||
OPTIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue