summaryrefslogtreecommitdiffstats
path: root/test/fixtures/exclude-paths-with-expands.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/exclude-paths-with-expands.yml')
-rw-r--r--test/fixtures/exclude-paths-with-expands.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/exclude-paths-with-expands.yml b/test/fixtures/exclude-paths-with-expands.yml
new file mode 100644
index 0000000..640563c
--- /dev/null
+++ b/test/fixtures/exclude-paths-with-expands.yml
@@ -0,0 +1,5 @@
+---
+exclude_paths:
+ - ~/.ansible/roles
+ - $HOME/.ansible/roles
+# vim: et:sw=2:syntax=yaml:ts=2: