Skip to content

Commit

Permalink
Merge pull request splunk#727 from splunk/error_hnadling_guacamole
Browse files Browse the repository at this point in the history
guacamole ignore errors
  • Loading branch information
P4T12ICK committed Dec 16, 2022
2 parents 3b69174 + 7e6b478 commit 76bc6f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packer/ansible/roles/guacamole/tasks/setup_tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
url: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.70/bin/apache-tomcat-9.0.70.tar.gz
dest: /tmp/apache-tomcat.tar.gz


- name: Extract the tar file to the /opt/tomcat directory
shell:
cmd: |
Expand Down
1 change: 1 addition & 0 deletions packer/ansible/splunk_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
- role: splunk_server
when: use_prebuilt_images_with_packer == "0"
- role: guacamole
ignore_errors: yes
when: use_prebuilt_images_with_packer == "0"

0 comments on commit 76bc6f3

Please sign in to comment.