From 9324e76c28c1a8e422a24ccfb925704007700689 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Tue, 11 Jun 2019 16:00:59 +0100 Subject: [PATCH] bastion: remove with_items from package --- playbooks/groups/bastion.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/bastion.yml b/playbooks/groups/bastion.yml index f4b5d9eb66..c3bd96677b 100644 --- a/playbooks/groups/bastion.yml +++ b/playbooks/groups/bastion.yml @@ -40,6 +40,7 @@ tasks: - name: install needed packages - package: name={{ item }} state=present - with_items: - - ipmitool + package: + state: present + name: + - ipmitool