Commit 25adcbad authored by JUICEBOXSINGULARITY's avatar JUICEBOXSINGULARITY

working playbook

parent 2e6560db
......@@ -3,7 +3,7 @@
vars:
swig_dir: ~/swig
rina_dir: ~/rina
rina_dir: ~/stack
#remote_user: user
#become: yes
......@@ -51,7 +51,6 @@
- name: RINA
git: repo=https://github.com/IRATI/stack.git
dest={{ rina_dir }}
- shell: cd {{ rina_dir }};git pull --tags;make deconfig;
- git pull --tags
- make deconfig
- ./linux/install-from-scratch
- shell: cd {{ rina_dir }}; git pull --tags
- shell: cd {{ rina_dir }}/linux; make olddefconfig
- shell: cd {{ rina_dir }};./install-from-scratch
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