mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Change ansible playbooks best practices URL
The before URL was 404.
This commit is contained in:
parent
faf901402d
commit
cfa42f9b72
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ Vagrant.configure("2") do |config|
|
|||
end
|
||||
```
|
||||
|
||||
Since an Ansible playbook can include many files, you may also collect the related files in a [directory structure](https://docs.ansible.com/playbooks_best_practices.html#directory-layout) like this:
|
||||
Since an Ansible playbook can include many files, you may also collect the related files in a [directory structure](https://docs.ansible.com/ansible/2.8/user_guide/playbooks_best_practices.html#directory-layout) like this:
|
||||
|
||||
```text
|
||||
.
|
||||
|
|
|
|||
Loading…
Reference in a new issue