Fix typo of missing .

This commit is contained in:
Kevin Fenzi 2015-09-21 20:05:25 +00:00
parent f6d0b0dee0
commit 6bc14b33b2

View file

@ -164,7 +164,7 @@
# Setup web server config # Setup web server config
# #
- name: install web server config for batcave (mimetypes) - name: install web server config for batcave (mimetypes)
copy: src=mime-typesconf dest=/etc/httpd/conf.d/mime-types.conf mode=0644 copy: src=mime-types.conf dest=/etc/httpd/conf.d/mime-types.conf mode=0644
tags: tags:
- batcave - batcave
- config - config