Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Sep 11, 2019
1 parent 286e014 commit be64799
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions menu/roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
- name: "Install packages for apt add repository over HTTPS for {{ ansible_os_family }}"
apt:
name: "{{ packagesdeb }}"
state: latest
update_cache: yes
vars:
packagesdeb:
- git
Expand All @@ -70,6 +72,8 @@
- name: "Install packages for apt add repository over HTTPS for {{ ansible_os_family }}"
apt:
name: "{{ packagesubu }}"
state: latest
update_cache: yes
vars:
packagesubu:
- software-properties-common
Expand Down

0 comments on commit be64799

Please sign in to comment.