Update ansible-playbook.yaml

Added 2 spaces indentation for the include
This commit is contained in:
phpsystems 2024-07-10 20:39:07 +01:00 committed by GitHub
parent f8f945b61b
commit 0b75fd23d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,8 @@ tasks:
# Files are to be uploaded to the kestra data directory for the namespace in
# <docker volume for kestra-data>/<namespace>/_files/
include:
- inventory.ini
- myplaybook.yaml
- inventory.ini
- myplaybook.yaml
type: io.kestra.plugin.ansible.cli.AnsibleCLI
docker:
image: cytopia/ansible:latest-tools