f24b3176eb
Add support for configuring apt's proxy setting on Ubuntu hosts. Change-Id: Iea1daff70fca5cf49f4e7f44af71a900678bb5c9 Story: 2009035 Task: 42782
13 lines
276 B
YAML
13 lines
276 B
YAML
---
|
|
- name: Ensure APT is configured
|
|
hosts: seed-hypervisor:seed:overcloud
|
|
vars:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
tags:
|
|
- apt
|
|
tasks:
|
|
- name: include apt role
|
|
include_role:
|
|
name: apt
|
|
when: ansible_facts.os_family == 'Debian'
|