fixes
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
import_role:
|
||||
name: redhat.insights.insights_client
|
||||
vars:
|
||||
insights_display_name: "{{ inventory_hostname }}"
|
||||
insights_tags:
|
||||
env: "{{ env }}"
|
||||
purpose: demo
|
||||
|
||||
@@ -5,7 +5,6 @@ groups:
|
||||
patch_bugs: insights_patching.rhba_count > 0
|
||||
patch_enhancements: insights_patching.rhea_count > 0
|
||||
patch_security: insights_patching.rhsa_count > 0
|
||||
get_tags: False
|
||||
filter_tags:
|
||||
- insights-client/purpose=demo
|
||||
keyed_groups:
|
||||
|
||||
@@ -11,4 +11,5 @@
|
||||
shell: "{{ shell_script }}"
|
||||
|
||||
- debug:
|
||||
msg: You should really consider converting this script to a playbook!
|
||||
msg: You should really consider converting this script to a playbook!
|
||||
run_once: yes
|
||||
@@ -194,7 +194,7 @@ controller_templates:
|
||||
type: text
|
||||
variable: HOSTS
|
||||
required: true
|
||||
- question_name: Service Name
|
||||
- question_name: Shell Script
|
||||
type: textarea
|
||||
variable: shell_script
|
||||
required: true
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
- name: Print Message
|
||||
debug:
|
||||
msg: "{{ user_message }}"
|
||||
#when: user_message is defined
|
||||
when: user_message is defined
|
||||
Reference in New Issue
Block a user