Skip to content

Commit

Permalink
removed add-ons tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sluetze authored and Robert Bohne committed Sep 28, 2023
1 parent 886e0ae commit 31a489b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
ansible.builtin.include_vars: "{{ playbook_dir }}/../add-ons.yml"
tags:
- post-install
- add-ons
- post-install-add-ons

- name: "Handle post_install_add_ons (include_role)"
Expand All @@ -13,10 +12,8 @@
apply:
tags:
- post-install
- add-ons
- post-install-add-ons
tags:
- post-install
- add-ons
- post-install-add-ons
with_items: "{{ post_install_add_ons | default ([]) }}"

0 comments on commit 31a489b

Please sign in to comment.