diff --git a/roles/copr/hypervisor/tasks/main.yml b/roles/copr/hypervisor/tasks/main.yml index 3e5ded19fc..c5b3267e32 100644 --- a/roles/copr/hypervisor/tasks/main.yml +++ b/roles/copr/hypervisor/tasks/main.yml @@ -129,16 +129,15 @@ with_file: - buildsys.pub -- name: add root keys for sysadmin-main and other allowed users - authorized_key: user=copr key="{{ item }}" - with_lines: - - "{{ auth_keys_from_fas }} @sysadmin-copr" - tags: - - copr_admins - - config - - sshkeys - # TODO: https://pagure.io/fedora-infrastructure/issue/10509 - when: false +## TODO: https://pagure.io/fedora-infrastructure/issue/10509 +# - name: add root keys for sysadmin-main and other allowed users +# authorized_key: user=copr key="{{ item }}" +# with_lines: +# - "{{ auth_keys_from_fas }} @sysadmin-copr" +# tags: +# - copr_admins +# - config +# - sshkeys # todo: generate it's own key - name: make sure hostA can ssh to hostB