You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/system
Sam Doran c9d3bb59a4 Do not join flag parameters in iptables module (#36658)
* Do not join flag parameters

This put a comma between every character of the tcp flag parameters, resulting in a bad iptables command.

Fixes #36490

* Use suboptions to ensure tcp_flags options are lists

* Add unit tests for tcp_flags

* Add example of how to use tcp_flags
6 years ago
..
interfaces_file Fix for changing method only on specified interface (#39015) 7 years ago
__init__.py New module: manage debian network interfaces file /etc/network/interfaces (system/interfaces_file) (#25295) 7 years ago
test_iptables.py Do not join flag parameters in iptables module (#36658) 6 years ago
test_known_hosts.py test/: PEP8 compliancy (#24803) 7 years ago
test_linux_mountinfo.py Fix leading slashes being stripped from mount src (#24013) 7 years ago
test_pamd.py Fixes #35629 (#35668) 7 years ago
test_parted.py Unit tests: share common code (#31456) 7 years ago
test_systemd.py Fix PEP 8 issue. 8 years ago