From 26df5ede17f9e32fff5714fb7072059eaeb8630e Mon Sep 17 00:00:00 2001 From: Tony R Date: Thu, 2 Jun 2022 11:49:20 -0400 Subject: [PATCH] Replaced all instances of Tower with Controller --- examples/templates/tasks/manage_organizations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/templates/tasks/manage_organizations.yml b/examples/templates/tasks/manage_organizations.yml index f929e17c2..74a4193e2 100644 --- a/examples/templates/tasks/manage_organizations.yml +++ b/examples/templates/tasks/manage_organizations.yml @@ -1,5 +1,5 @@ --- -- name: Get list of organizations from Tower +- name: Get list of organizations from controller uri: force_basic_auth: true method: GET