From 1f505e4f3d98c054e088a6f1668af55c21b62d04 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 18 Nov 2020 14:00:49 +0100 Subject: [PATCH] Update a link to the reboot role The old link references archived and deprecated role, the new one is probably replacement that I got to through the old link with few clicks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 135d4c4..c92cd11 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ and [development](https://docs.ansible.com/ansible/latest/dev_guide/index.html). * https://github.com/linux-system-roles/storage/pull/26 * https://github.com/linux-system-roles/storage/issues/49 * All tasks should be idempotent, with notable and rare exceptions such as the - [OASIS reboot role](https://github.com/oasis-roles/reboot). + [OASIS reboot role](https://github.com/oasis-roles/ansible_collection_system/tree/master/roles/reboot). * Avoid the use of `when: foo_result is changed` whenever possible. Use handlers, and, if necessary, handler chains to achieve this same result. Exceptions are permitted but they should be avoided when possible