Commit aaacffff by Kevin Falcone

Merge pull request #2843 from edx/jibsheet/remove-not-mv-chrome-sources-list

Once this mv runs on the base box, it fails on provision
parents e66ecee8 56085af1
......@@ -17,9 +17,10 @@
# Because the source location has been deprecated, we need to
# ensure it does not interfere with subsequent apt commands
# TODO: use the file module when using ansible 2.x
- name: archive google chrome debian source list
command: "mv /etc/apt/sources.list.d/google-chrome.list /etc/apt/sources.list.d/google-chrome.old"
- name: remove google chrome debian source list
file:
path: /etc/apt/sources.list.d/google-chrome.list
state: absent
- name: download ChromeDriver
get_url:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment