hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

Misspelled tag in the Apache add www-data task #89

Closed iAugur closed 10 years ago

iAugur commented 10 years ago

The tag is missing a 'e' so won't run if you run by tags

- name: Apache | add www-data user to dialout group
user: name=www-data groups=dialout append=yes
sudo: true
tags: apach2
philipnorton42 commented 10 years ago

Good spot, however we are currently removing tags from tasks so this is currently not an issue in the soon to be released dev version.

iAugur commented 10 years ago

Fair enough! I must check out the dev version!

philipnorton42 commented 10 years ago

No problem :) I also impressed that you noticed the migration to github to quickly. I only started it half an hour ago :+1:

iAugur commented 10 years ago

Ha! I wondered - but pure chance!!