From a7435094a0bf124e17f78820bfd5b57985a9fdd9 Mon Sep 17 00:00:00 2001 From: James Antill Date: Jun 11 2019 15:02:03 +0000 Subject: fedmsg/base: Convert from dnf/with_items to package/name. --- diff --git a/roles/fedmsg/base/tasks/main.yml b/roles/fedmsg/base/tasks/main.yml index 843cee0..bd02d47 100644 --- a/roles/fedmsg/base/tasks/main.yml +++ b/roles/fedmsg/base/tasks/main.yml @@ -3,11 +3,12 @@ # This is the base set of files needed for fedmsg - name: install needed packages - package: name={{ item }} state=present - with_items: - - libsemanage-python - - python-psutil - - policycoreutils-python # This is in the kickstart now. Here for old hosts. + package: + state: present + name: + - libsemanage-python + - python-psutil + - policycoreutils-python # This is in the kickstart now. Here for old hosts. tags: - packages - fedmsg/base