Module - warn¶
This module provides for the following ansible plugin:
warn
Module Documentation¶
Add warning to playbook output
Options¶
- msg:
 The warning text
Authors¶
- :
 Martin Andre (@mandre)
Example Tasks¶
- hosts: webservers
  tasks:
  - name: Output warning message
    warn: msg="Warning!"