Skip to content

Commit

Permalink
Removing certificate validation because of an ansible bug ansible/ans…
Browse files Browse the repository at this point in the history
  • Loading branch information
BzSpi authored and pdecat committed Nov 30, 2017
1 parent 8af3c30 commit d13e086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
dest: /tmp/{{packer_zip}}
checksum: '{{packer_checksum}}'
mode: 0644
validate_certs: no # Because https://github.com/ansible/ansible/issues/25402

- name: create target packer dir...
become: yes
Expand Down

0 comments on commit d13e086

Please sign in to comment.