Merge pull request #13230 from zarnovican/bza_fix_test_svn
test_svn fix: remove hardcoded "~/ansible_testing/svn" pathpull/4420/head
commit
138068c56e
|
@ -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…
Reference in New Issue