diff --git a/README.orig.adoc b/README.orig.adoc index 16916ec..b299bf8 100644 --- a/README.orig.adoc +++ b/README.orig.adoc @@ -38,12 +38,6 @@ This role is a fork of https://github.com/robertdebock/ansible-role-bootstrap/re 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): -* The role itself should pre-heat the the package manager cache: - https://github.com/robertdebock/ansible-role-bootstrap/pull/57[robertdebock/ansible-role-bootstrap#57] - ( fixed in - https://github.com/JonasPammer/ansible-role-bootstrap/pull/43[JonasPammer#43]; - https://github.com/JonasPammer/ansible-role-bootstrap/pull/50[JonasPammer#50] - ) * change default of become to `false`, add ability to define `become_user` seperately from `ansible_user`: https://github.com/robertdebock/ansible-role-bootstrap/issues/63[robertdebock/ansible-role-bootstrap#63] ( fixed in @@ -51,6 +45,19 @@ Excerpt of changes from https://github.com/JonasPammer/ansible-role-bootstrap/r ) * change default of `bootstrap_become_user` to root * use `bootstrap_become_user` in ansible modules steps too + +* ++++++ + The role itself should pre-heat the the package manager cache: + https://github.com/robertdebock/ansible-role-bootstrap/pull/57[robertdebock/ansible-role-bootstrap#57] + ( fixed in + https://github.com/JonasPammer/ansible-role-bootstrap/pull/43[JonasPammer#43]; + https://github.com/JonasPammer/ansible-role-bootstrap/pull/50[JonasPammer#50] + ) + ++++++ + + Update: The mentioned upstream PR was merged on Dec 4, 2024 in + https://github.com/robertdebock/ansible-role-bootstrap/releases/tag/6.2.4[robertdebock/6.2.4] + + * ++++++ make role compatible with podman by specifying `/bin/sh` https://github.com/robertdebock/ansible-role-bootstrap/issues/55[robertdebock/ansible-role-bootstrap#55]