1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/reboot/tasks
Sam Doran 1c87ea6fa6 Reboot - add parameter for paths to search for shutdown command (#51194)
* Look in /lib/molly-guard for shutdown command

Signed-off-by: Sam Doran <sdoran@redhat.com>

* Add parameter for extra_search_paths

Signed-off-by: Sam Doran <sdoran@redhat.com>

* Change option to search_paths

- Update docs
- Make the parameter replace the default values
- Add some sanity checking on the data type

Signed-off-by: Sam Doran <sdoran@redhat.com>

* Correct parameter in tests, change conditional for molly-guard tasks

Signed-off-by: Sam Doran <sdoran@redhat.com>

* Address feedback

* Simplify field validation

Needed the try except in case a non-iterable type is put in the search_paths field
2019-02-28 13:36:33 -08:00
..
check_reboot.yml Reboot - Fix command not found, add Apline support, fix Solaris command (#49272) 2018-12-11 11:05:10 -05:00
get_boot_time.yml Reboot - Fix command not found, add Apline support, fix Solaris command (#49272) 2018-12-11 11:05:10 -05:00
main.yml Reboot - add parameter for paths to search for shutdown command (#51194) 2019-02-28 13:36:33 -08:00