diff --git a/docs/infrastructure/chocolatey_app_install.md b/docs/infrastructure/chocolatey_app_install.md index 63a8383..0f14eee 100644 --- a/docs/infrastructure/chocolatey_app_install.md +++ b/docs/infrastructure/chocolatey_app_install.md @@ -78,11 +78,11 @@ Coming Soon - this pane can be expanded to take up entire browser window - Ansible Playbook can be downloaded for troubleshooting purposes - **click on task output** to show them task-by-task JSON output that can be used for troubleshooting or just getting additional information - ![task breakdown](../../images/platform_task_breakdown.png) + ![task breakdown](../../images/choco_task_output.jpeg) 8. Circle back and summarize - You need to circle back what has been showcased to the [business reasons listed above](#what-business-problem-is-solved). You are welcome to verify on the RHEL web nodes that the application was actually installed but unless you have a very technical audience you are going to start losing folks. The real business solution here is automating away the boring and routine. + You need to circle back what has been showcased to the [business reasons listed above](#what-business-problem-is-solved). You are welcome to verify on the Windows hosts that the application(s) was actually installed but unless you have a very technical audience you are going to start losing folks. The real business solution here is automating away the mundane and repetative. diff --git a/images/choco_task_output.jpeg b/images/choco_task_output.jpeg new file mode 100644 index 0000000..f1f247a Binary files /dev/null and b/images/choco_task_output.jpeg differ diff --git a/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml b/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml index 319101e..0fe6088 100644 --- a/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml +++ b/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml @@ -1,7 +1,7 @@ --- chocolatey_app_install: author: "David Rojas" - readme: "https://github.com/ansible/product-demos/blob/master/docs/infrastructure/deploy_application.md" + readme: "https://github.com/ansible/product-demos/blob/master/docs/infrastructure/chocolatey_app_install.md" category: infrastructure name: "INFRASTRUCTURE / Chocolatey App Install" description: "Install various application packages using Chocolatey from a survey"