Add nginx ansible role blog article

This commit is contained in:
Julien Dessaux 2024-10-28 13:10:03 +01:00
parent cca6c4c2f8
commit 382e09e4f8
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 337 additions and 1 deletions

View file

@ -224,7 +224,7 @@ I do not call the role from a playbook, I prefer running the setup from an appli
``` yaml
---
dependencies:
- role: 'borg
- role: 'borg'
- role: 'postgresql'
```