diff --git a/contrib/ci-workers/templates/host.j2 b/contrib/ci-workers/templates/host.j2 index 708baf67b..3a5abb0c2 100644 --- a/contrib/ci-workers/templates/host.j2 +++ b/contrib/ci-workers/templates/host.j2 @@ -1,4 +1,3 @@ OS: {{ ansible_distribution }} {{ ansible_distribution_version }} Memory: {{ ansible_memtotal_mb }} MB CPU: {{ ansible_processor[1] }} -{{ buildbot_worker_version.stdout }} diff --git a/contrib/ci-workers/unix.yml b/contrib/ci-workers/unix.yml index ecc826480..a33fac21e 100644 --- a/contrib/ci-workers/unix.yml +++ b/contrib/ci-workers/unix.yml @@ -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 }}"