Skip to content

Commit

Permalink
add tags to imported tasks, to ensure they get executed
Browse files Browse the repository at this point in the history
  • Loading branch information
sluetze authored May 15, 2023
1 parent b20cbea commit a84d63d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
ansible.builtin.include_role:
name: "{{ item.name }}"
tasks_from: "{{ item.tasks_from | default('main.yml') }}"
apply:
tags:
- post-install
- add-ons
- post-install-add-ons
tags:
- post-install
- add-ons
Expand Down

0 comments on commit a84d63d

Please sign in to comment.