[ansible] update roles

This commit is contained in:
2018-04-24 16:14:24 +03:00
parent caae1216d0
commit 0048d6fc92
17 changed files with 89 additions and 45 deletions

View File

@@ -1,10 +1,3 @@
- name: Install the package "Neko"
- name: "Install neko package"
apt:
name: 'neko'
- name: Install the package "Node"
apt:
name: '{{ item }}'
with_items:
- nodejs
- npm
name: neko