11 lines
298 B
YAML
11 lines
298 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
name: Dummy to gather facts
|
||
|
become: true
|
||
|
tasks:
|
||
|
- name: install openstack repo on host.
|
||
|
apt_repository:
|
||
|
repo: "deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main"
|
||
|
filename: ocata
|
||
|
tags: openstackclient
|