Skip to content

Commit

Permalink
Add symlink tests to main.yml
Browse files Browse the repository at this point in the history
It appears that ansible-collections#6546 added symlink tests but neglected to add them to
main.yml so they weren't being executed.
  • Loading branch information
jikamens committed Sep 16, 2023
1 parent ba9871b commit 258234c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/targets/ini_file/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@

- name: include tasks to test regressions
include_tasks: tests/03-encoding.yml

- name: include tasks to test symlink handling
include_tasks: tests/04-symlink.yml

0 comments on commit 258234c

Please sign in to comment.