Skip to content

Commit

Permalink
fix(extra_packages): renamed task to confirm naming convetion
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNabokikh committed May 19, 2023
1 parent c3de0ef commit ee4e09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@

- name: Include extra-packages task configuration.
ansible.builtin.import_tasks:
file: tasks/extra-packages.yml
file: tasks/extra_packages.yml
when: install_extra_packages
tags: ["extra-packages"]
tags: ["extra_packages"]

- name: Include fonts task configuration.
ansible.builtin.import_tasks:
Expand Down
File renamed without changes.

0 comments on commit ee4e09e

Please sign in to comment.