cleanup
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
---
|
||||
- name: deploy key
|
||||
hosts: bastion
|
||||
- hosts: bastion
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Set authorized key taken from file
|
||||
@@ -12,7 +11,6 @@
|
||||
- hosts: test_server
|
||||
gather_facts: true
|
||||
become: false
|
||||
|
||||
tasks:
|
||||
- name: Run hostname -a
|
||||
command: hostname -a
|
||||
|
||||
Reference in New Issue
Block a user