mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
* strip additional comments from /etc/default/passwd Strip trailling comments from /etc/default/passwd like MINWEEKS=1 #MINWEEKS=2 MAXWEEKS=12 # MAXWEEKS=8 Which otherwise cause failures with "failed to read /etc/default/passwd: too many values to unpack" * fix carriage return typo in commit * yet another typo in commit * Fix indent problem * add changelog fragment for PR 43931