mirror of https://github.com/ceph/ceph-ansible.git
11 lines
273 B
YAML
11 lines
273 B
YAML
|
---
|
||
|
- name: add ubuntu cloud archive key package
|
||
|
package:
|
||
|
name: ubuntu-cloud-keyring
|
||
|
|
||
|
- name: add ubuntu cloud archive repository
|
||
|
apt_repository:
|
||
|
repo: "deb {{ ceph_stable_repo_uca }} {{ ceph_stable_release_uca }} main"
|
||
|
state: present
|
||
|
changed_when: false
|