ansible playbook에 mount 모듈을 선언했는데
위와 같은 에러가 발생했다.
ansible-galaxy collection install ansible.posix
명령어를 입력해서 mount 모듈을 설치해준다.
모듈 설치후 palybook 체크 성공
자세한 내용은 아래의 글을 참고하였음
ERROR! couldn't resolve module/action . This often indicates a misspelling, missing collection, or incorrect module path
I've got an Ansible Collections in my Ansible playbook as follows: - name: Create a profile for the user community.windows.win_user_profile: username: test name: test state: present ...
stackoverflow.com
'iac & provisioning > ansible' 카테고리의 다른 글
[Ansible] module - user (0) | 2024.05.21 |
---|---|
[Ansible] error - locale 관련 에러 발생시 (0) | 2024.05.20 |
[Ansible] playbook - 방화벽 설정하기 (0) | 2024.05.20 |
[Ansible] module - lineinfile (멱등성) (0) | 2024.05.16 |
[Ansible] module (0) | 2024.05.13 |