65296e27e6
Oraclelinux repositories has been upgraded and previous file removed, this change update repos to new URLs. Disable collectd in gate as is currently broken and blocks mergingin voting jobs. Change-Id: I402cff1ac86a2ba108f2f5378cc98db5f6ecc673
14 lines
263 B
YAML
14 lines
263 B
YAML
---
|
|
- hosts: all
|
|
become: true
|
|
tasks:
|
|
- name: Install dbus for debian system
|
|
apt: name=dbus
|
|
when: ansible_os_family == 'Debian'
|
|
|
|
- name: Install ansible
|
|
pip:
|
|
name: ansible
|
|
when:
|
|
- inventory_hostname == "primary"
|