Sign in
edge
/
private-cloud-ansible-playbooks
/
apigee-fetch-files
/
534ae35134e0a879285e0ce35c6d7db1507153f8
/
.
/
tests
/
test.yml
blob: 1c669fe62a15da49869c3698fcecb760d100c788 [
file
] [
log
] [
blame
]
---
-
hosts:
localhost
connection:
local
vars:
fetch_files:
-
{
dir:
'~'
,
name:
'.bashrc'
}
-
{
dir:
'~'
,
name:
'id_rsa.pub'
}
-
{
dir:
'~'
,
name:
'.profile'
}
roles:
-
fetch
-
files