반응형
may be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Create a data volume
^ here
위의 오류는 ansible 버전이 낮아서 나는 오류이다.
ansible은 버전이 2.7이상이어야 docker_volume을 사용할 수가 있다.
참고 사이트 :
https://docs.ansible.com/ansible/latest/modules/docker_volume_module.html?highlight=docker_volume
반응형
'CM > ansible' 카테고리의 다른 글
SBT + ANSIBLE (0) | 2019.01.23 |
---|---|
Error: ✗ Could not create /var/lib/grafana/plugins/grafana-piechart-panel/.gitignore. Permission denied. Make sure you have write access to plugindir (0) | 2018.10.23 |
ansible 주요 역할 정리 (0) | 2018.07.31 |