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 AlanCoding
parent ae980b9a82
commit 590341ed7d
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

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