Add eos_banner as module to banner param (#23789)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2017-04-20 15:42:40 +05:30 committed by GitHub
commit b2129a7d3a

View file

@ -65,6 +65,7 @@ EXAMPLES = """
state: present
- name: remove the motd banner
eos_banner:
banner: motd
state: absent
"""