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' }
|
- { src: 'sugarizer.conf' , dest: '/etc/apache2/sites-available',mode: '0644' }
|
||||||
|
|
||||||
- name: Create the symlink enabling the rewrite
|
- name: Create the symlink enabling the rewrite
|
||||||
file: src=/etc/apache2/sites-available/sugarizer.conf
|
file:
|
||||||
dest=/etc/apache2/sites-enabled/sugarizer.conf
|
src: /etc/apache2/sites-available/sugarizer.conf
|
||||||
state=link
|
dest: /etc/apache2/sites-enabled/sugarizer.conf
|
||||||
|
state: link
|
||||||
|
|
||||||
- name: Create the express framework for Node.js (OS's other than Fedora 18)
|
- name: Create the express framework for Node.js (OS's other than Fedora 18)
|
||||||
shell: npm install
|
shell: npm install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue