Skip to content

Commit

Permalink
Add full coverage to no_relative_paths rule (#3038)
Browse files Browse the repository at this point in the history
Co-authored-by: Ajinkya Udgirkar <audgirka@redhat.com>
  • Loading branch information
audgirka and audgirka committed Feb 15, 2023
1 parent 8592a4f commit 8421fae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/rules/test_no_relative_paths.py
Expand Up @@ -28,10 +28,10 @@
copy:
content: '# This file was moved to /etc/other.conf'
dest: /etc/mine.conf
# - name: Content example with no src
# win_copy:
# content: '# This file was moved to /etc/other.conf'
# dest: /etc/mine.conf
- name: Copy example
copy:
src: /home/example/files/foo.conf
dest: /etc/foo.conf
"""


Expand Down

0 comments on commit 8421fae

Please sign in to comment.