Skip to content

Commit

Permalink
test playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-ebert-sva committed Apr 29, 2024
1 parent ef2c84a commit 993a21e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
- hosts: all #"{{ target_host }}"
become: true

Check failure on line 4 in tests/test.yaml

View workflow job for this annotation

GitHub Actions / Lint yaml files / Yaml-Lint

4:1 [trailing-spaces] trailing spaces
vars:
docker_install_compose: true
docker_version: '' # leave empty for latest version or set e.g. '=5:23.0.6-1~ubuntu.23.04~lunar'

roles:
- install-configure-docker

0 comments on commit 993a21e

Please sign in to comment.