diff --git a/roles/mirrormanager/mirrorlist_proxy/tasks/main.yml b/roles/mirrormanager/mirrorlist_proxy/tasks/main.yml index 8febbeb8bb..ff7cfec3fe 100644 --- a/roles/mirrormanager/mirrorlist_proxy/tasks/main.yml +++ b/roles/mirrormanager/mirrorlist_proxy/tasks/main.yml @@ -29,6 +29,6 @@ # We enable mirrorlist1 so we have one that always starts on boot. The pkl deployment script # will make sure that at least one is running and the other is killed. - name: Enable mirrorlist1 - server: name=mirrorlist1 enabled=yes + service: name=mirrorlist1 enabled=yes tags: - mirrorlist_proxy