From 51ce9d82a63fe2dff6efb16fa6b9d84b24b0452f Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Wed, 28 Jun 2023 21:19:58 +0200 Subject: [PATCH] lint fix --- playbook.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index cda4e39..1fde09f 100644 --- a/playbook.yml +++ b/playbook.yml @@ -2,7 +2,8 @@ # ansible-playbook -K -D -i inventory/hosts.yml playbook.yml -- hosts: all # should be limited to web-servers +- name: Apache2 + hosts: all # should be limited to web-servers become: true gather_facts: yes roles: