Skip to content

Commit

Permalink
Merge pull request #271 from leventyalcin/conditional-missing-and
Browse files Browse the repository at this point in the history
conditional is missing the and operand
  • Loading branch information
MonolithProjects authored Nov 7, 2024
2 parents fe5c10f + 2270260 commit e32888f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/standalone.yml
Original file line number Diff line number Diff line change
@@ -64,4 +64,4 @@
- '" Ready " in first_server.stdout'
retries: 40
delay: 15
when: not ansible_check_mode rke2_cni != 'none'
when: not ansible_check_mode and rke2_cni != 'none'

0 comments on commit e32888f

Please sign in to comment.