Skip to content

Commit

Permalink
[debops.apt_proxy] Don't validate via external URL
Browse files Browse the repository at this point in the history
The role doesn't have to validate the Python script against an external
URL not controlled by the user each time the script is deployed - that
should be done in the DebOps CI pipeline during tests, not in the
production environment. Additionally if we were to do this, the URL
needs to be configurable by the user via a default variable.
  • Loading branch information
drybjed committed Feb 18, 2019
1 parent 83f0f69 commit 32b8330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible/roles/debops.apt_proxy/tasks/main.yml
Expand Up @@ -14,7 +14,6 @@
copy:
dest: '{{ apt_proxy__proxy_auto_detect }}'
src: 'usr/local/lib/get-reachable-apt-proxy'
validate: '%s "https://example.org/"'
owner: 'root'
group: 'root'
mode: '0755'
Expand Down

0 comments on commit 32b8330

Please sign in to comment.