Skip to content

Commit

Permalink
fixed installing client prerequisites
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Dätwyler <ben.daetwyler@bendroid.ch>
  • Loading branch information
droidben committed Apr 1, 2024
1 parent 526efa8 commit c26ce06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cephadm-preflight.yml
Expand Up @@ -195,7 +195,7 @@
state: "{{ (upgrade_ceph_packages | bool) | ternary('latest', 'present') }}"
register: result
until: result is succeeded
when: client_group not in group_names
when: group_names != [client_group]

- name: install prerequisites packages on clients
package:
Expand Down

0 comments on commit c26ce06

Please sign in to comment.