From 7d904a36934d43f8a456097d77e66c77ab8ff5c6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 28 Feb 2014 22:58:27 +0000 Subject: [PATCH] Drop 2fa from arm-packager too --- playbooks/groups/arm-packager.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/groups/arm-packager.yml b/playbooks/groups/arm-packager.yml index 969c4cbdf1..01dee845c0 100644 --- a/playbooks/groups/arm-packager.yml +++ b/playbooks/groups/arm-packager.yml @@ -21,7 +21,6 @@ # this is how you include other task lists - include: "{{ tasks }}/hosts.yml" - include: "{{ tasks }}/yumrepos.yml" - - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml" - include: "{{ tasks }}/sudo.yml"