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
|
||||
register: subscription
|
||||
changed_when: false
|
||||
when:
|
||||
ansible_os_family == 'RedHat'
|
||||
|
||||
- name: install dependencies
|
||||
apt:
|
||||
|
|
Loading…
Reference in New Issue