We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 136647d + f29dafe commit 3bd87b5Copy full SHA for 3bd87b5
packer/ansible/roles/guacamole/tasks/setup_tomcat.yml
@@ -9,6 +9,7 @@
9
url: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.70/bin/apache-tomcat-9.0.70.tar.gz
10
dest: /tmp/apache-tomcat.tar.gz
11
12
+
13
- name: Extract the tar file to the /opt/tomcat directory
14
shell:
15
cmd: |
packer/ansible/splunk_server.yml
@@ -9,4 +9,5 @@
- role: splunk_server
when: use_prebuilt_images_with_packer == "0"
- role: guacamole
+ ignore_errors: yes
0 commit comments