fix(ansible-lint): missing name

This commit is contained in:
Leo Drachenfeuer 2023-04-25 14:06:49 +00:00
parent 1e63b2e192
commit 4aaaf2fa4f
Signed by: dragonleo
GPG Key ID: A8338FC081137CF0
2 changed files with 4 additions and 2 deletions

View File

@ -8,4 +8,5 @@
failed_when: false failed_when: false
when: teleport_version_check|bool when: teleport_version_check|bool
- include_tasks: "install.yml" - name: "Update goteleport"
ansible.builtin.include_tasks: "install.yml"

View File

@ -1,5 +1,6 @@
--- ---
- hosts: all - name: Test Playbook for testing goteleport
hosts: all
remote_user: root remote_user: root
roles: roles:
- role-goteleport - role-goteleport