diff options
Diffstat (limited to 'playbook.yaml')
-rw-r--r-- | playbook.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/playbook.yaml b/playbook.yaml index b972331..c4901ad 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -51,12 +51,6 @@ group: admin mode: preserve - - name: Remove authorised keys from root account - remote_user: root - ansible.builtin.file: - path: /root/.ssh/authorized_keys - state: absent - # We allow status code 400 here as this is returned by deSEC if the domain # already exists. Ideally, we should filter out genuinely good/bad requests # here using the response. |