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"