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

Commit

Permalink
Merge pull request #32 from Jakuje/patch-3
Browse files Browse the repository at this point in the history
Update a link to the reboot role
  • Loading branch information
greg-hellings authored Nov 20, 2020
2 parents f25766d + 1f505e4 commit bffd6dc
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 bffd6dc

Please sign in to comment.