From 214c5df0fe4630691898ac085abb1392c9e4c0c0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 28 Sep 2017 21:29:29 +0000 Subject: [PATCH] Wrong module name. --- roles/odcs/backend/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/odcs/backend/tasks/main.yml b/roles/odcs/backend/tasks/main.yml index 977ac53baf..7d132a2436 100644 --- a/roles/odcs/backend/tasks/main.yml +++ b/roles/odcs/backend/tasks/main.yml @@ -1,7 +1,7 @@ --- - name: Install the httpd package, just to get the apache group on the system. - pkg: - name: httpd + package: + pkg: httpd state: present tags: - packages