New in version 1.5.
This module asserts that a given expression is true and can be a simpler alternative to the ‘fail’ module in some cases.
- assert: { that: "ansible_os_family != 'RedHat'" } - assert: that: - "'foo' in some_command_result.stdout" - "number_of_the_counting == 3"
accelerate - Enable accelerated mode on remote node
debug - Print statements during execution
Enter search terms or a module, class or function name.