We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936fab4 commit 20c7117Copy full SHA for 20c7117
changelogs/changelog.yaml
@@ -33,3 +33,8 @@ releases:
33
fragments:
34
- sudo-fix.yml
35
release_date: '2025-01-08'
36
+ 1.19.2:
37
+ changes:
38
+ bugfixes:
39
+ - prechecks - fix groups existing assertion
40
+ release date: '2025-10-09'
roles/cephadm/tasks/prechecks.yml
@@ -1,7 +1,7 @@
1
---
2
- name: Assert that required Ansible groups exist
3
ansible.builtin.assert:
4
- that: "'{{ item }}' in group_names"
+ that: "'{{ item }}' in groups"
5
msg: "Ansible '{{ item }}' group does not exist - please create one"
6
loop:
7
- ceph
0 commit comments