Skip to content

Commit

Permalink
Merge pull request #1 from pimjansen/develop
Browse files Browse the repository at this point in the history
Enabled modules, how the hell did i miss this?
  • Loading branch information
pimjansen committed Feb 3, 2020
2 parents 7d8c132 + 8db3388 commit b412cd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ansible/playbooks/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
- hosts: vagrantbox
become: true
roles:
# - role: common
# - role: docker
# - role: docker-compose
# - role: samba
- role: common
- role: docker
- role: docker-compose
- role: samba
- role: nodejs

0 comments on commit b412cd4

Please sign in to comment.