Skip to content

Commit 3bd87b5

Browse files
authored
Merge pull request #727 from splunk/error_hnadling_guacamole
guacamole ignore errors
2 parents 136647d + f29dafe commit 3bd87b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packer/ansible/roles/guacamole/tasks/setup_tomcat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
url: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.70/bin/apache-tomcat-9.0.70.tar.gz
1010
dest: /tmp/apache-tomcat.tar.gz
1111

12+
1213
- name: Extract the tar file to the /opt/tomcat directory
1314
shell:
1415
cmd: |

packer/ansible/splunk_server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
- role: splunk_server
1010
when: use_prebuilt_images_with_packer == "0"
1111
- role: guacamole
12+
ignore_errors: yes
1213
when: use_prebuilt_images_with_packer == "0"

0 commit comments

Comments
 (0)