ansible/lib/ansible
Tom Matthews 8854f77d67 Strip trailing comments from /etc/default/passwd (#43931) (#44367)
* 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

(cherry picked from commit 5c1e620504)
2018-09-05 11:05:26 -07:00
..
cli [stable-2.5] avoid loading vars on unspecified basedir (cwd) (#42067) (#42139) 2018-07-03 13:23:58 -07:00
compat [stable-2.5] Fix the local and ssh plugins for a cornercase retrying a syscall (#44074) 2018-08-13 18:17:50 -07:00
config [stable-2.5] Only print warning when ansible.cfg is actually skipped (#43583) (#43649) 2018-08-13 18:16:24 -07:00
errors Make AnsibleActionDone a private exception 2018-01-22 23:36:34 -08:00
executor Only template values in vars_prompt rather than all vars (#39304) (#44082) 2018-08-13 18:18:48 -07:00
galaxy galaxy remove incorrect check for role path before extraction (#35259) 2018-01-30 10:40:25 -06:00
inventory return empty host list when pattern is empty 2018-04-30 12:48:56 -04:00
module_utils Fix ios_vlan and ios_l2_interface issues CP in 2.5 (#44253) 2018-09-05 11:04:07 -07:00
modules Strip trailing comments from /etc/default/passwd (#43931) (#44367) 2018-09-05 11:05:26 -07:00
parsing Fix encoding issue when parsing plugin examples (#39872) 2018-05-14 14:28:03 -07:00
playbook Only template values in vars_prompt rather than all vars (#39304) (#44082) 2018-08-13 18:18:48 -07:00
plugins nxos bugfix Pick 2.5 (#44249) 2018-09-05 11:03:19 -07:00
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 2018-05-02 13:02:12 -07:00
utils Make admin_users only contain root and toor because admin is used for non-privileged accounts (#41352) 2018-06-14 09:50:28 -07:00
vars Fix fact cleaning (#42595) (#43956) 2018-08-13 18:17:03 -07:00
__init__.py
constants.py Fix fact cleaning (#42595) (#43956) 2018-08-13 18:17:03 -07:00
release.py New release v2.5.8 2018-08-16 14:45:46 -07:00