master #1

Merged
lennard.brinkhaus merged 10 commits from dragonleo/role-goteleport:master into master 2023-09-02 14:53:03 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 4aaaf2fa4f - Show all commits

View File

@ -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"

View File

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