From e858125ef47daf7e6800bb25229020bfe3c132bb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 22 Jan 2015 19:19:03 +0000 Subject: [PATCH] add 2fa client --- playbooks/groups/pkgs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index 3a24f40ff7..36c833fc05 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -49,6 +49,7 @@ - include: "{{ tasks }}/motd.yml" - include: "{{ tasks }}/apache.yml" - include: "{{ tasks }}/drbackupkey.yml" + - include: "{{ tasks }}/2fa_client.yml" handlers: - include: "{{ handlers }}/restart_services.yml"