Commit 56085af1 by Kevin Falcone

Once this mv runs on the base box, it fails on provision

Just ensure the file is gone.
parent e66ecee8
......@@ -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