From 1100dc7673413397a1323373c42b234b4656e03f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 27 Aug 2017 20:01:36 +0000 Subject: [PATCH] Typofix. --- roles/bodhi2/backend/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index fd8a0a126f..fabe2c6f85 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -188,13 +188,13 @@ - bodhi - fedwatch -- name: Removed old unused fedwatch package. - package: pkg={{ item }} state=absent +- name: Remove old unused fedwatch package. + package: pkg=fedwatch state=absent tags: - bodhi - fedwatch -- name: Removed old unused fedwatch files. +- name: Remove old unused fedwatch files. file: path={{item}} state=absent with_items: - /usr/lib/systemd/system/fedwatch.service.d/fedwatch.conf