Update command/shell docs with note about modules for rebooting(#51499)

- Update integration test syntax
This commit is contained in:
Sam Doran 2019-02-13 13:54:36 -05:00 committed by GitHub
parent c512471428
commit ad386290b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 121 additions and 61 deletions

View file

@ -87,6 +87,7 @@ notes:
do not include evil things like semicolons.
- An alternative to using inline shell scripts with this module is to use
the M(script) module possibly together with the M(template) module.
- For rebooting systems, use the M(reboot) or M(win_reboot) module.
seealso:
- module: command
- module: raw