Skip to content

Commit

Permalink
Change ansible playbooks best practices URL
Browse files Browse the repository at this point in the history
The before URL was 404.
  • Loading branch information
sajjadjafaribojd authored May 5, 2024
1 parent faf9014 commit cfa42f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/provisioning/ansible_intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
.
Expand Down

0 comments on commit cfa42f9

Please sign in to comment.