This commit is contained in:
Benedikt Penner
2026-03-15 01:06:25 +01:00
parent 0ac3dc09c4
commit 3d2d6a057f

View File

@@ -1,6 +1,5 @@
--- ---
- name: deploy key - hosts: bastion
hosts: bastion
gather_facts: false gather_facts: false
tasks: tasks:
- name: Set authorized key taken from file - name: Set authorized key taken from file
@@ -12,7 +11,6 @@
- hosts: test_server - hosts: test_server
gather_facts: true gather_facts: true
become: false become: false
tasks: tasks:
- name: Run hostname -a - name: Run hostname -a
command: hostname -a command: hostname -a