diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_host.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_host.py index 97363492899..16a92b11207 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_host.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_host.py @@ -59,6 +59,8 @@ EXAMPLES = ''' inventory: "Local Inventory" state: present tower_config_file: "~/tower_cli.cfg" + variables: + example_var: 123 '''