Commit 25adcbad authored by JUICEBOXSINGULARITY's avatar JUICEBOXSINGULARITY

working playbook

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