mirror of https://github.com/ceph/ceph-ansible.git
only check for subscription manager on RH systems
Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/539/head
parent
c59d6f00cb
commit
73928a5d7b
|
@ -3,6 +3,8 @@
|
||||||
command: subscription-manager identity
|
command: subscription-manager identity
|
||||||
register: subscription
|
register: subscription
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
when:
|
||||||
|
ansible_os_family == 'RedHat'
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in New Issue