From 02e0d31298904582249610fa9183575cee5c7dbd Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 18 Aug 2019 10:04:19 +0200 Subject: added r3-cccamp19-sw0, some fixes for dellos6 roles --- roles/dellos6/bootstrap/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles/dellos6/bootstrap/tasks') diff --git a/roles/dellos6/bootstrap/tasks/main.yml b/roles/dellos6/bootstrap/tasks/main.yml index 552aeddd..1c9fdc5e 100644 --- a/roles/dellos6/bootstrap/tasks/main.yml +++ b/roles/dellos6/bootstrap/tasks/main.yml @@ -1,4 +1,10 @@ --- +- name: only one ssh key for root? + delegate_to: localhost + when: (ssh_keys_root | length) > 1 + fail: + msg: "users may have at the most one ssh-key" + - name: generate initial configuration delegate_to: localhost pause: -- cgit v1.2.3