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:
parent
cb10d2fdf7
commit
fff8b20b5e
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue