Add version for packages.
This commit is contained in:
parent
8df534f5ac
commit
15d0343118
3 changed files with 18 additions and 2 deletions
|
@ -28,8 +28,9 @@
|
|||
- make
|
||||
- binutils
|
||||
- bison
|
||||
- gcc
|
||||
- clang
|
||||
- gcc-5
|
||||
- gcc-5-multilib
|
||||
- clang-3.8
|
||||
|
||||
- name: "Installing php5 language"
|
||||
apt: >
|
||||
|
@ -87,4 +88,6 @@
|
|||
- xorg-dev
|
||||
- xserver-xorg-dev
|
||||
- xutils-dev
|
||||
- libsqlite3-dev
|
||||
- libsqlite0-dev
|
||||
|
||||
|
|
|
@ -7,3 +7,4 @@
|
|||
- include: network.yml
|
||||
- include: office.yml
|
||||
- include: security.yml
|
||||
- include: shell.yml
|
||||
|
|
12
tasks/shell.yml
Normal file
12
tasks/shell.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
- name: "Installing fasd"
|
||||
git: >
|
||||
repo=https://github.com/clvv/fasd.git
|
||||
dest=/usr/local/fasd
|
||||
version=master
|
||||
|
||||
- command: make install
|
||||
args:
|
||||
chdir: /usr/local/fasd
|
||||
#creates:
|
||||
|
Loading…
Reference in a new issue