1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

new Ansible syntax/convention

This commit is contained in:
A Holt 2018-07-11 13:06:37 -04:00 committed by GitHub
parent cb10d2fdf7
commit fff8b20b5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,9 +101,10 @@
- { src: 'sugarizer.conf' , dest: '/etc/apache2/sites-available',mode: '0644' }
- name: Create the symlink enabling the rewrite
file: src=/etc/apache2/sites-available/sugarizer.conf
dest=/etc/apache2/sites-enabled/sugarizer.conf
state=link
file:
src: /etc/apache2/sites-available/sugarizer.conf
dest: /etc/apache2/sites-enabled/sugarizer.conf
state: link
- name: Create the express framework for Node.js (OS's other than Fedora 18)
shell: npm install