diff --git a/PBApache.yml b/PBApache.yml index 2806a9b..9fde397 100644 --- a/PBApache.yml +++ b/PBApache.yml @@ -6,7 +6,7 @@ tasks: - name: "Apache installation" become: yes - apt: + dnf: name: "httpd" state: "present" update_cache: true