From 0bf01bae81bd5de8d892e89d4f0d4d75a116d215 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Tue, 16 Aug 2022 16:12:15 +0200 Subject: [PATCH] Fix lint errors --- meta/main.yml | 12 ++++++------ tasks/main.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 20c8f16..6a08843 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -45,14 +45,14 @@ galaxy_info: # - 99.99 - name: CentOS version: - - 7 - - 8 - - 9 + - 7 + - 8 + - 9 - name: RedHat version: - - 7 - - 8 - - 9 + - 7 + - 8 + - 9 galaxy_tags: [] # List tags for your role here, one per line. A tag is a keyword that describes diff --git a/tasks/main.yml b/tasks/main.yml index d9fcf5b..2916224 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,8 +1,8 @@ --- # tasks file for roles/centos_mirror -#- ansible.builtin.include_role: -# name: httpd +# - ansible.builtin.include_role: +# name: httpd - name: Instal update mirror script ansible.builtin.copy: