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 2d7000b commit a54b6b3Copy full SHA for a54b6b3
changelogs/changelog.yaml
@@ -37,4 +37,5 @@ releases:
37
changes:
38
bugfixes:
39
- prechecks - fix groups existing assertion
40
+ - prechecks - change groups existence check to run once
41
release_date: '2025-10-09'
roles/cephadm/tasks/prechecks.yml
@@ -1,5 +1,6 @@
1
---
2
- name: Assert that required Ansible groups exist
3
+ run_once: true
4
ansible.builtin.assert:
5
that: "'{{ item }}' in groups"
6
msg: "Ansible '{{ item }}' group does not exist - please create one"
0 commit comments