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