From 3acc71225a729d247928c7cce6f0d7a182ec1516 Mon Sep 17 00:00:00 2001 From: seag-rvc Date: Tue, 27 Nov 2018 13:10:18 +0000 Subject: [PATCH] Update tower_host.py (#49186) Current example does not show how to declare variables +label: docsite_pr --- .../modules/web_infrastructure/ansible_tower/tower_host.py | 2 ++ 1 file changed, 2 insertions(+) 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 '''