Skip to content

Commit

Permalink
In configure-lvm-volumes always output the generated config (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 5, 2023
1 parent 6fca72b commit 71a7ea0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions playbooks/ceph/configure-lvm-volumes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,31 +359,26 @@

- name: Print ceph_osd_devices
ansible.builtin.debug:
verbosity: "{{ debug_verbosity | default(1) }}"
var: ceph_osd_devices
when: ceph_osd_devices is defined

- name: Print WAL devices
ansible.builtin.debug:
verbosity: "{{ debug_verbosity | default(1) }}"
var: ceph_wal_devices
when: ceph_wal_devices is defined

- name: Print DB devices
ansible.builtin.debug:
verbosity: "{{ debug_verbosity | default(1) }}"
var: ceph_db_devices
when: ceph_db_devices is defined

- name: Print shared DB/WAL devices
ansible.builtin.debug:
verbosity: "{{ debug_verbosity | default(1) }}"
var: ceph_db_wal_devices
when: ceph_db_wal_devices is defined

- name: Print configuration data
ansible.builtin.debug:
verbosity: "{{ debug_verbosity | default(1) }}"
var: _ceph_configure_lvm_config_data
changed_when: true
notify:
Expand Down

0 comments on commit 71a7ea0

Please sign in to comment.