Fix file path
This commit is contained in:
parent
d402f8dd6f
commit
3582911ae9
|
@ -38,12 +38,12 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: v1-{{ .Branch }}-{{ checksum "ansible/requirements.yml" }}
|
key: v1-{{ .Branch }}-{{ checksum "./ansible/requirements.yml" }}
|
||||||
|
|
||||||
- run ansible-galaxy install -r ansible/requirements.yml
|
- run ansible-galaxy install -r ansible/requirements.yml
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: v1-{{ .Branch }}-{{ checksum "ansible/requirements.yml" }}
|
key: v1-{{ .Branch }}-{{ checksum "./ansible/requirements.yml" }}
|
||||||
paths:
|
paths:
|
||||||
- '/root/.ansible/roles'
|
- '/root/.ansible/roles'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue