diff --git a/glusterfs/ansible/setup_galery.yml b/glusterfs/ansible/setup_galery.yml index 6606c48..a778ef2 100644 --- a/glusterfs/ansible/setup_galery.yml +++ b/glusterfs/ansible/setup_galery.yml @@ -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