From e1bb3993114a0e8d119a2edd01e6e1ed89dc6c37 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 1 Aug 2018 23:34:32 +0200 Subject: [PATCH] Use loop to install packages --- tests/tests_unit.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/tests_unit.yml b/tests/tests_unit.yml index e3e9619..48e478b 100644 --- a/tests/tests_unit.yml +++ b/tests/tests_unit.yml @@ -9,12 +9,11 @@ - ansible_distribution in ['RedHat', 'CentOS'] - ansible_distribution_major_version in ['6', '7'] - # FIXME: change with_items to loop when test-harness is updated - package: name: "{{ item }}" state: present ignore_errors: true - with_items: + loop: - NetworkManager-libnm - python2-gobject-base - python3-gobject-base