From 327fc70c0245ca66b6de77a6e8d1c519877033ef Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Tue, 2 Mar 2021 23:44:01 +0000 Subject: [PATCH] fixing spacing --- hosts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts b/hosts index 862b20e..6e63ffd 100644 --- a/hosts +++ b/hosts @@ -1,7 +1,7 @@ --- all: - hosts: - 116.203.200.219: - vars: - ansible_user: "root" - ansible_ssh_private_key_file: ~/.ssh/id_rsa + hosts: + 116.203.200.219: + vars: + ansible_user: "root" + ansible_ssh_private_key_file: ~/.ssh/id_rsa