Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
2 changes: 1 addition & 1 deletion ansible/roles/bootstrap/tasks/partials/ubuntu1604.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

- name: install python and aptitude
when: has_python.rc == 1 or has_aptitude.rc == 1
raw: apt install -y python-minimal aptitude
raw: apt install -y python-minimal aptitude

This comment was marked as off-topic.

This comment was marked as off-topic.

2 changes: 1 addition & 1 deletion ansible/roles/bootstrap/tasks/partials/ubuntu1610.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

- name: install python and aptitude
when: has_python.rc == 1 or has_aptitude.rc == 1
raw: apt install -y python-minimal aptitude
raw: apt install -y python-minimal aptitude

This comment was marked as off-topic.

3 changes: 3 additions & 0 deletions ansible/roles/jenkins-worker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
state: present
line: ::1 localhost.localdomain localhost

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

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.


- name: prepare installing tap2junit
when: type != "release"
include: "{{ pip_include }}"
Expand Down