Skip to content

Commit

Permalink
Merge pull request #39 from stackhpc/debian-https-support
Browse files Browse the repository at this point in the history
Add https repo support for Debian. Closes #38
  • Loading branch information
brtkwr authored Jan 29, 2019
2 parents 524e402 + 2739b02 commit a046ecc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tasks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@
when: ansible_os_family == "RedHat"
become: true

- name: Refresh apt repos
- name: Refresh apt repos and install https repo support for Debian
apt:
name: base-files
name:
- base-files
- apt-transport-https
state: present
update_cache: true
become: true
Expand Down

0 comments on commit a046ecc

Please sign in to comment.