From 1ca46893bb7dcdb1685842527beeef1f6e0aa1a5 Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Tue, 20 Oct 2020 15:55:15 -0500 Subject: [PATCH] update --- awx_collection/plugins/modules/tower_role.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/awx_collection/plugins/modules/tower_role.py b/awx_collection/plugins/modules/tower_role.py index e01f6bd8c0..dae8f866a5 100644 --- a/awx_collection/plugins/modules/tower_role.py +++ b/awx_collection/plugins/modules/tower_role.py @@ -137,6 +137,16 @@ EXAMPLES = ''' target_team: "My Team" role: member state: present + +- name: Add Joe to multiple job templates and a workflow + tower_role: + user: joe + role: execute + workflow: test-role-workflow + job_templates: + - jt1 + - jt2 + state: present ''' from ..module_utils.tower_api import TowerAPIModule