Skip to content

Commit

Permalink
test/test_skip_import_playbook.py: Add name to import_playbook play
Browse files Browse the repository at this point in the history
Now that ansible-lint is giving an error for plays without name
for import_playbook, add missing name.

Signed-off-by: Arnaud Patard <apatard@hupstream.com>
  • Loading branch information
apatard committed Aug 30, 2022
1 parent 220e039 commit a0ce213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_skip_import_playbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
- name: Should be shell # noqa command-instead-of-shell no-changed-when
ansible.builtin.shell: echo lol
- import_playbook: imported_playbook.yml
- name: Should not be imported
import_playbook: imported_playbook.yml
"""


Expand Down

0 comments on commit a0ce213

Please sign in to comment.