Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ansible/roles/bootstrap/tasks/partials/ubuntu1604.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
- name: install python and aptitude
when: has_python.rc == 1 or has_aptitude.rc == 1
raw: apt install -y python-minimal aptitude

- name: create NODE_TEST_DIR directory
file: path=/home/{{ server_user }}/tmp state=directory
3 changes: 3 additions & 0 deletions ansible/roles/bootstrap/tasks/partials/ubuntu1610.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
- name: install python and aptitude
when: has_python.rc == 1 or has_aptitude.rc == 1
raw: apt install -y python-minimal aptitude

- name: create NODE_TEST_DIR directory
file: path=/home/{{ server_user }}/tmp state=directory