Skip to content

Commit

Permalink
Task #6 | Add VLC
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbung committed Jan 11, 2017
1 parent 14a5cde commit f4af822
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions environment-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
tags:
- devtools
- mysql
- lamp

- role: geerlingguy.composer
tags:
Expand Down Expand Up @@ -165,6 +166,9 @@
timeout: 1000
tags: devtools

- name: Install restricted extras
apt: name=ubuntu-restricted-extras state=present

- name: Install FileZilla
apt: name=filezilla
tags: devtools
Expand All @@ -182,6 +186,10 @@
- devtools
- ansible

- name: Install VLC
apt: name=vlc state=present
tags: vlc

- name: Remove default NGINX vhosts file
file:
name: "/etc/nginx/sites-enabled/default"
Expand Down

0 comments on commit f4af822

Please sign in to comment.