diff --git a/playbooks/groups/keyserver.yml b/playbooks/groups/keyserver.yml index ac7590a3a8..162ae4b9ed 100644 --- a/playbooks/groups/keyserver.yml +++ b/playbooks/groups/keyserver.yml @@ -4,7 +4,7 @@ # NOTE: most of these vars_path come from group_vars/gallery-web* or from hostvars - name: make sks keyserver - hosts: keys01.fedoraproject.org + hosts: keys user: root gather_facts: False accelerate: "{{ accelerated }}" @@ -21,7 +21,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: make the box be real - hosts: keys01.fedoraproject.org + hosts: keys user: root gather_facts: True accelerate: "{{ accelerated }}"