Skip to content

Commit

Permalink
Allow to keep going a play when using customization_pre_role
Browse files Browse the repository at this point in the history
  • Loading branch information
bl0way authored and AllRWeak committed Jan 11, 2024
1 parent 66052fd commit 3c39298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nova/core/roles/customization_pre_role/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pre_role_stop: true # Stop the play by default
1 change: 1 addition & 0 deletions nova/core/roles/customization_pre_role/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

- name: Ending play...
ansible.builtin.meta: end_host
when: pre_role_stop

0 comments on commit 3c39298

Please sign in to comment.