CM/ansible
ansible error - may be elsewhere in the file depending on the exact syntax problem.
태하팍
2018. 10. 23. 15:38
반응형
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
반응형