mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
test_svn fix: remove hardcoded "~/ansible_testing/svn" path
This commit is contained in:
parent
d75e707af5
commit
a30a52ef52
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
- debug: var=subverted
|
||||
|
||||
- shell: ls ~/ansible_testing/svn
|
||||
- shell: ls {{ checkout_dir }}
|
||||
|
||||
# FIXME: the before/after logic here should be fixed to make them hashes, see GitHub 6078
|
||||
# looks like this: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue