From 80eca4b63ba793f1b5fcf60542a8d1f305515c0d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 12 Jan 2019 14:35:40 +0100 Subject: [PATCH] fix indentaions --- meta/main.yml | 7 ++++--- tasks/plugins.yml | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 101ba5b..d7cee31 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,3 +1,4 @@ +# Standards: 0.1 --- galaxy_info: author: xoxys @@ -5,9 +6,9 @@ galaxy_info: license: MIT min_ansible_version: 2.4 platforms: - - name: EL - versions: - - 7 + - name: EL + versions: + - 7 galaxy_tags: - le - letsencrypt diff --git a/tasks/plugins.yml b/tasks/plugins.yml index c7a79f8..32ec169 100644 --- a/tasks/plugins.yml +++ b/tasks/plugins.yml @@ -9,7 +9,6 @@ - "{{ certbot_core_networks_base_dir }}" - ~/.certbot_dns_corenetworks - - name: Clone repo to '{{ certbot_plugin_dir }}' git: repo: "{{ certbot_core_networks_plugin_repo }}"