From 041c422143ab8edbc936864789d1555a8f247656 Mon Sep 17 00:00:00 2001 From: ipvsean Date: Sun, 17 May 2020 11:11:47 -0400 Subject: [PATCH] syncing folder fixes --- roles/install_demo/vars/main/infrastructure/debug_info.yml | 2 +- roles/install_demo/vars/main/infrastructure/grant_sudo.yml | 2 +- roles/install_demo/vars/main/infrastructure/insights.yml | 2 +- .../install_demo/vars/main/infrastructure/security_patching.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/install_demo/vars/main/infrastructure/debug_info.yml b/roles/install_demo/vars/main/infrastructure/debug_info.yml index 0d15306..f395080 100644 --- a/roles/install_demo/vars/main/infrastructure/debug_info.yml +++ b/roles/install_demo/vars/main/infrastructure/debug_info.yml @@ -6,7 +6,7 @@ debug_info: description: "provide info for memory and CPU usage for specified systems" job_type: "run" inventory: "Workshop Inventory" - playbook: playbooks//infrastructure/debug_info.yml + playbook: "playbooks/infrastructure/debug_info.yml" credential: "Workshop Credential" survey_enabled: false survey_spec: diff --git a/roles/install_demo/vars/main/infrastructure/grant_sudo.yml b/roles/install_demo/vars/main/infrastructure/grant_sudo.yml index 7f77d51..547b0b9 100644 --- a/roles/install_demo/vars/main/infrastructure/grant_sudo.yml +++ b/roles/install_demo/vars/main/infrastructure/grant_sudo.yml @@ -6,7 +6,7 @@ grant_sudo: description: "grant sudo privledges for specified time via survey" job_type: "run" inventory: "Workshop Inventory" - playbook: playbooks/infrastructure/grant_sudo.yml + playbook: "playbooks/infrastructure/grant_sudo.yml" credential: "Workshop Credential" survey_enabled: true survey_spec: diff --git a/roles/install_demo/vars/main/infrastructure/insights.yml b/roles/install_demo/vars/main/infrastructure/insights.yml index c3dc183..daee560 100644 --- a/roles/install_demo/vars/main/infrastructure/insights.yml +++ b/roles/install_demo/vars/main/infrastructure/insights.yml @@ -6,7 +6,7 @@ insights: description: "install and configure Red Hat Insights" job_type: "run" inventory: "Workshop Inventory" - playbook: playbooks/infrastructure/insights.yml + playbook: "playbooks/infrastructure/insights.yml" credential: "Workshop Credential" survey_enabled: true survey_spec: diff --git a/roles/install_demo/vars/main/infrastructure/security_patching.yml b/roles/install_demo/vars/main/infrastructure/security_patching.yml index 02947ae..53808bf 100644 --- a/roles/install_demo/vars/main/infrastructure/security_patching.yml +++ b/roles/install_demo/vars/main/infrastructure/security_patching.yml @@ -6,7 +6,7 @@ security_patching: description: "upgrade all yum packages for security related except kernel" job_type: "run" inventory: "Workshop Inventory" - playbook: playbooks/infrastructure/patching.yml + playbook: "playbooks/infrastructure/patching.yml" credential: "Workshop Credential" survey_enabled: true survey_spec: