Skip to content

Commit 5e9a28e

Browse files
erock2112SkCQ
authored andcommitted
[ansible] Fixes for RPIs in new lab
Bug: b/371558884 Change-Id: Id63d3bb86148b1239131c895b3dea76113b8a3b4 Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/917418 Commit-Queue: Kaylee Lubick <[email protected]> Auto-Submit: Eric Boren <[email protected]> Reviewed-by: Kaylee Lubick <[email protected]>
1 parent 39b6003 commit 5e9a28e

File tree

2 files changed

+2
-14
lines changed
  • skolo/ansible/switchboard/roles

2 files changed

+2
-14
lines changed

skolo/ansible/switchboard/roles/load_secret_vars/tasks/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# tasks file for load-secret-vars
2-
- name: make temp directory for secrets and trigger `clean_up_tempfile` handler.
2+
- name: Make temp directory for secrets
33
delegate_to: 127.0.0.1
44
tempfile:
55
state: directory
66
register: secrets_dir
7-
notify: clean_up_tempfile
87

98
- name: Extract secrets and trigger `clean_up_tempfile` handler for cleanup.
109
delegate_to: 127.0.0.1

skolo/ansible/switchboard/roles/swarming_needs/tasks/linux.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,12 @@
4949
- name: Install the rest of swarming needs.
5050
when: swarming_needs__needs_mobile_tools
5151
block:
52-
- name: Install adb and python 2.7.
52+
- name: Install adb
5353
become: true
5454
apt:
5555
pkg:
5656
- adb
5757
- aapt
58-
- python2.7 # still needed for iOS swarming recipes
59-
60-
# iOS recipes need a /usr/bin/python2.
61-
- name: link /usr/bin/python2 to /usr/bin/python2.7
62-
become: true
63-
file:
64-
src: /usr/bin/python2.7
65-
dest: /usr/bin/python2
66-
owner: root
67-
group: root
68-
state: link
6958

7059
# Our recipes hard-code a specific adb.
7160
- name: link adb to /usr/bin/adb.1.0.35

0 commit comments

Comments
 (0)