-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update mentioned fork version, and reword into single sentence
- Loading branch information
1 parent
4b0efbd
commit e2fb89a
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,13 +23,17 @@ This role also ensures an up-to-date package cache for most systems. | |
In most cases, you will want to use this role in combination with my | ||
https://github.com/JonasPammer/ansible-role-core_dependencies[`core_dependencies`-role]. | ||
|
||
// Originally 5.2.12 | ||
[NOTE] | ||
.DISCLAIMER | ||
===== | ||
This role is a fork of https://github.com/robertdebock/ansible-role-bootstrap/releases/tag/5.2.12[robertdebock/ansible-role-bootstrap v5.2.12 (27 January, 2022)] | ||
This role is a fork of | ||
https://github.com/robertdebock/ansible-role-bootstrap/releases/tag/7.0.3[robertdebock/ansible-role-bootstrap v7.0.3 (19 September, 2024)] | ||
(Apache License 2.0, Copyright Robert de Bock ([email protected])) | ||
with various changes/fixes. + | ||
Excerpt of changes from https://github.com/JonasPammer/ansible-role-bootstrap/releases[/releases] below (with accompanying Issues in robertdebock's repository): | ||
that has the intent to implement fixes for the issues mentioned below | ||
(excerpt from https://github.com/JonasPammer/ansible-role-bootstrap/releases[/releases] | ||
with accompanying Issues in robertdebock's repository): | ||
* use `bootstrap_become_user` in ansible modules steps too | ||
(https://github.com/robertdebock/ansible-role-bootstrap/issues/59[robertdebock/ansible-role-bootstrap#59]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,7 @@ In most cases, you will want to use this role in combination with my [`core_depe | |
|
||
DISCLAIMER | ||
|
||
This role is a fork of [robertdebock/ansible-role-bootstrap v5.2.12 (27 January, 2022)](https://github.com/robertdebock/ansible-role-bootstrap/releases/tag/5.2.12) (Apache License 2.0, Copyright Robert de Bock (<[email protected]>)) with various changes/fixes. | ||
Excerpt of changes from [/releases](https://github.com/JonasPammer/ansible-role-bootstrap/releases) below (with accompanying Issues in robertdebock’s repository): | ||
This role is a fork of [robertdebock/ansible-role-bootstrap v7.0.3 (19 September, 2024)](https://github.com/robertdebock/ansible-role-bootstrap/releases/tag/7.0.3) (Apache License 2.0, Copyright Robert de Bock (<[email protected]>)) that has the intent to implement fixes for the issues mentioned below (excerpt from [/releases](https://github.com/JonasPammer/ansible-role-bootstrap/releases) with accompanying Issues in robertdebock’s repository): | ||
|
||
- use `bootstrap_become_user` in ansible modules steps too ([robertdebock/ansible-role-bootstrap#59](https://github.com/robertdebock/ansible-role-bootstrap/issues/59)) | ||
|
||
|