Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Commit

Permalink
Update a link to the reboot role
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jakuje authored Nov 18, 2020
1 parent f25766d commit 1f505e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f505e4

Please sign in to comment.