Commit 6bb4afc1 authored by root's avatar root

fix link

parent 0519ac5d
../rina.yml
\ No newline at end of file
---
- hosts: all
remote_user: user
become: yes
become_method: su
tasks:
- name: test
ping:
- apt: update_cache=yes cache_valid_time=300
- apt: name={{ item }} state=present
with_items:
- kernel-package
- libncurses5-dev
- autoconf
- automake
- libtool
- pkg-config
- git
- g++
- openjdk-7-jdk
- maven
- protobuf-compiler
- libprotobuf-dev
- libnl-genl-3-dev
- libnl-3-dev
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment