From cefc56dda9731dccd1d397612ad7c7c64b8dc094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=B3nal=20Cunningham?= <donal.cunningham@heanet.ie> Date: Wed, 8 Dec 2021 13:08:26 +0000 Subject: [PATCH] DC - Removed tabs from example YAML file --- Section2/simple_YAML/list_of_dictionaries.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Section2/simple_YAML/list_of_dictionaries.yaml b/Section2/simple_YAML/list_of_dictionaries.yaml index 97741df..4e35910 100644 --- a/Section2/simple_YAML/list_of_dictionaries.yaml +++ b/Section2/simple_YAML/list_of_dictionaries.yaml @@ -1,12 +1,12 @@ vlans: - Management: - vlan_id: 99 - description: ‘Management OOB’ - ipv4_subnets: 193.1.219.0/24 + vlan_id: 99 + description: ‘Management OOB’ + ipv4_subnets: 193.1.219.0/24 - DNS_AUTH: - vlan_id: 10 - description: ‘Authoritative DNS servers’ - ipv4_subnets: 193.1.220.0/26 + vlan_id: 10 + description: ‘Authoritative DNS servers’ + ipv4_subnets: 193.1.220.0/26 dhcp_servers: - 193.1.2.1 - 193.1.3.1 -- GitLab