mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Fix boolean values in docs SUMMARY Fixes #397 ISSUE TYPE Docs Pull Request COMPONENT NAME Docs of several modules ADDITIONAL INFORMATION Notes about testing. I'm not sure how to test collections properly. I have ran ansible-test sanity --python 3.10 and ansible-test units --python 3.10 in venv with ansible-core 2.14 (with 0 return code in both cases). To run units test successfully I had to install pytest-forked pip package in addition to this one pytest-xdist from test-requirements.txt. Note about issue #397. I haven't changed yes here because in this case it is value from /etc/vfstab. Also I've changed yes for parameters masquerade and icmp_block_inversion because they both are converted to bool by boolean function and will be changed to boolean in a future release (1, 2), for required too. Reviewed-by: Felix Fontein <felix@fontein.de> Reviewed-by: Hideki Saito <saito@fgrep.org> |
||
|---|---|---|
| .. | ||
| .keep | ||
| 166_mount_absent_fstab.yml | ||
| 267_mount_ephemeral.yml | ||
| 366_update_version_number_for_galaxy.yml | ||
| 371_refactoring_ci_process_202206.yml | ||
| 373_firewall_fix_missing_library_message.yml | ||
| 375_update_azp_container.yml | ||
| 380_update_usage_profile_tasks.yml | ||
| 386_follow_ci_testing_rules.yml | ||
| 389_ci_add_stable_214.yml | ||
| 390_hosts_involved_same_password.yml | ||
| 393-rpm-ostree.yml | ||
| 393_rhel_for_edge.yml | ||
| 400-fix-boolean-values-in-docs.yml | ||
| 401_document_module_default_values.yml | ||
| 407_fix_firewalld_port_test.yml | ||