Remove Buildbot version from host file

Buildbot master already obtains and publishes this in the UI.
This commit is contained in:
Jack Grigg 2017-07-14 10:02:14 -05:00
parent 3ba809b6d7
commit 8247fd954c
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
2 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,3 @@
OS: {{ ansible_distribution }} {{ ansible_distribution_version }}
Memory: {{ ansible_memtotal_mb }} MB
CPU: {{ ansible_processor[1] }}
{{ buildbot_worker_version.stdout }}

View File

@ -80,10 +80,6 @@
with_items: "{{ python_modules }}"
notify: restart buildbot-worker
- name: Get installed Buildbot version
command: buildbot-worker --version
register: buildbot_worker_version
- name: Set up the Buildbot worker user
user:
name: "{{ buildbot_worker_user }}"