Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Dyson committed Feb 9, 2017
1 parent 3d35f09 commit 9f34b39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

---

- name: 'Fonts | Debian | Install HTTPS transport.'
become: yes
apt:
name: 'apt-transport-https'
state: 'present'
when: '{{ ansible_os_family == "Debian" }}'

- name: 'Fonts | Debian | Update repository list.'
become: yes
apt_repository:
Expand Down

0 comments on commit 9f34b39

Please sign in to comment.