Skip to content

Commit

Permalink
Merge pull request #6 from hetznercloud/ts-add-repo-tag
Browse files Browse the repository at this point in the history
tasks: add missing tag for repository tasks
  • Loading branch information
sinuscosinustan authored Dec 18, 2023
2 parents b7972a6 + 70c86eb commit 5550b0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# For next release
* **Tom Siewert**
* tasks: add missing tag for repository tasks

*Not released yet*

# Major Release v1.0.0 (2023-07-13)
* **Tom Siewert**
* Import project from internal for OSS
Expand Down
6 changes: 5 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
ansible.builtin.import_tasks: base.yml

- name: Import repository tasks
ansible.builtin.include_tasks: repository/main.yml
tags: [ repositories ]
ansible.builtin.include_tasks:
file: repository/main.yml
apply:
tags: repositories
loop: "{{ aptly__repositories | flatten(levels=1) }}"
loop_control:
loop_var: aptly__repository
Expand Down

0 comments on commit 5550b0e

Please sign in to comment.