From 7c6626a42a16d28c8f2d847c1f790dfd5d0247a9 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 25 Feb 2022 05:53:08 -0500 Subject: [PATCH] update job template ids as the lab was rebuilt for aap 2.1 --- vars/defaults.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/defaults.yml b/vars/defaults.yml index f85d973..ef0e86f 100644 --- a/vars/defaults.yml +++ b/vars/defaults.yml @@ -5,8 +5,8 @@ check_file: /tmp/hello-ansible.txt tower_url : 'https://tower2.thezengarden.net' tower_user : admin tower_password : redhat -tower_file_removal_template : 23 -tower_file_creation_template : 27 +tower_file_removal_template : 13 +tower_file_creation_template : 12 tower_file_remove_url : "{{ tower_url }}/api/v2/job_templates/\ {{ tower_file_removal_template }}/launch/" tower_file_creation_url : "{{ tower_url }}/api/v2/job_templates/\