pcahyna
pcahyna
It seems that the "get required packages" task (invocation of blivet with packages_only: true) silently (without even reporting changed: true) changes mounts. Add an assert for that. (It would be...
Omitted `mount_point`: the volume gets unmounted. Type switching: if I omit `fs_type:`, the volume gets reformatted with the default type (xfs). Wouldn't it be more reasonable to keep the existing...
there is a role for configuring multipath: https://github.com/cdomingos/ansible-role-multipath , would it make sense to integrate it? @cdomingos
Followup to #27 . We fixed failures in check mode some time ago and now the role does not fail if executed in check mode after having been executed in...
`meta: end_play` aborts the play on all host, not just the current one: https://github.com/ansible/ansible/issues/27973, which would be a problem if someone tried to test multiple images in parallel. Also I...
##### Pull Request Details: * Type: **Cleanup** * Impact: **Low** * Reference to related issue (URL): * How was this pull request tested? CI has tested it - the message...
Follow-up to https://github.com/rear/rear/pull/3242. PR https://github.com/rear/rear/pull/3242 fixes some instances of unquoted $mountpoint expansion, but some remain: https://github.com/rear/rear/pull/3242#discussion_r1636209286 https://github.com/rear/rear/pull/3242#discussion_r1636210756 https://github.com/rear/rear/pull/3242#discussion_r1636223326 https://github.com/rear/rear/pull/3242#discussion_r1636227269 https://github.com/rear/rear/pull/3242#discussion_r1636227586 https://github.com/rear/rear/pull/3242#discussion_r1636227732 https://github.com/rear/rear/pull/3242#discussion_r1636228126 I suppose that this might be a problem...
Follow-up to #3242. PR #3242 fixes IPv6 address support in OUTPUT_URL/BACKUP_URL (using the square bracket address syntax that was broken due to unquoted expansion of variables, which treated square brackets...
Moved from https://github.com/rear/rear/pull/3239 . I am less concerned with builds (they only rarely fail) and more concerned with tests (they fail fairly often, so it is a more pressing issue)....