fix(ansible-lint): missing name
This commit is contained in:
parent
1e63b2e192
commit
4aaaf2fa4f
@ -8,4 +8,5 @@
|
||||
failed_when: false
|
||||
when: teleport_version_check|bool
|
||||
|
||||
- include_tasks: "install.yml"
|
||||
- name: "Update goteleport"
|
||||
ansible.builtin.include_tasks: "install.yml"
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: all
|
||||
- name: Test Playbook for testing goteleport
|
||||
hosts: all
|
||||
remote_user: root
|
||||
roles:
|
||||
- role-goteleport
|
||||
|
Loading…
Reference in New Issue
Block a user