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/sanity/validate-modules
Strahinja Kustudic de57fa71c1 Improve timezone module for none systemd Linux distributions (#38032)
* The module now correctly sets the timezone in both the config file and
in /etc/localtime; while hwclock is set in both the config and
/etc/adjtime.
* Module checks if the timezone is actually set by checking
/etc/localtime. Before it only checked if it was set in the config file.
* Fixed module not setting the timezone on RedHat systems if
/etc/localtime was a symbolic link.
* Fixed module failures in case of missing config files or incorrect data
in them.
* Added a lot of integrations tests to cover most of these situations.
6 years ago
..
__init__.py Port sivel/ansible-validate-modules into Ansible 8 years ago
ignore.txt Improve timezone module for none systemd Linux distributions (#38032) 6 years ago
main.py Remove tab check from validate-modules. 6 years ago
module_args.py Use arg_spec type for comparisons on default and choices (#37741) 6 years ago
schema.py removed_in: 2.6 is valid (#40399) 6 years ago
skip.txt Module deprecation: docs, scheme and tests (#34100) 7 years ago
test_validate_modules_regex.py Fix shebangs and file modes and update tests. (#40563) 6 years ago
utils.py Use arg_spec type for comparisons on default and choices (#37741) 6 years ago
validate-modules Make validate-modules a .py file, and symlink back to validate-modules (#25227) 7 years ago