From 50660e2f1689f71beb8df9ef0f2047e90a55acba Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 29 Jul 2017 18:25:18 +0000 Subject: [PATCH] remove iscsi client from taskotron hosts, it is not needed --- playbooks/groups/taskotron-client-hosts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/groups/taskotron-client-hosts.yml b/playbooks/groups/taskotron-client-hosts.yml index f04cedd598..a39c5ebec2 100644 --- a/playbooks/groups/taskotron-client-hosts.yml +++ b/playbooks/groups/taskotron-client-hosts.yml @@ -24,7 +24,6 @@ - hosts - fas_client - collectd/base - - { role: iscsi_client, when: datacenter == "phx2" } - sudo - { role: openvpn/client, when: datacenter != "phx2" }