Update tower_host.py (#49186)

<!--- Your description here -->
Current example does not show how to declare variables
+label: docsite_pr
This commit is contained in:
seag-rvc 2018-11-27 13:10:18 +00:00 committed by John R Barker
parent c7043765cd
commit 3acc71225a

View file

@ -59,6 +59,8 @@ EXAMPLES = '''
inventory: "Local Inventory"
state: present
tower_config_file: "~/tower_cli.cfg"
variables:
example_var: 123
'''