From 8de36642709ebbbb9660029c9bcbce960fd7e468 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 26 Aug 2014 19:14:46 +0000 Subject: [PATCH] tasks isn't valid here. --- tasks/drbackupkey.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tasks/drbackupkey.yml b/tasks/drbackupkey.yml index 6f7b214164..f4443bd7a4 100644 --- a/tasks/drbackupkey.yml +++ b/tasks/drbackupkey.yml @@ -14,6 +14,7 @@ - name: install the backup ssh keys copy: src={{private}}/backup.pub dest=/var/lib/drbackup/.ssh/authorized_keys owner=drbackup group=drbackup mode=0600 -- name: deploy the confine-ssh script - tasks: - - include: "{{tasks}}/confine-ssh.yml" +# +# deploy the confine-ssh script +# +- include: "{{tasks}}/confine-ssh.yml"