Fix installation path for Firefox 53/68753/4
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 25 Sep 2018 01:21:48 +0000 (18:21 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 25 Sep 2018 16:38:14 +0000 (16:38 +0000)
Update installation path for Firefox

Change-Id: Ic0d730660bc5d14121366a6d4f1e7228c30dca2f
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
packer/provision/local-docker.yaml

index 7bb1c03..acf6fa4 100644 (file)
     - name: Download Firefox version 55.0.3
       unarchive:
         src: https://download-installer.cdn.mozilla.net/pub/firefox/releases/55.0.3/linux-x86_64/en-US/firefox-55.0.3.tar.bz2
-        dest: /tmp
+        dest: /opt
         mode: 0755
         remote_src: yes
       become: true
 
     - name: Create symbolic link to firefox bin
       file:
-        src: "/usr/bin/firefox-bin/firefox/firefox"
+        src: "/opt/firefox/firefox"
         dest: "/usr/bin/firefox"
         state: link
       become: true