yamaha-network / ansible-collection-rtx

GNU General Public License v3.0
39 stars 3 forks source link

Support latest Ansible version (2.17.4 ~) #7

Closed ikuwow closed 2 weeks ago

ikuwow commented 2 weeks ago
$ ansible-playbook -i hosts router.yml 
[WARNING]: Collection yamaha_network.rtx does not support Ansible version 2.17.4
ERROR! couldn't resolve module/action 'yamaha_network.rtx.rtx_commend'. This often indicates a misspelling, missing collection, or incorrect module path.
akira6592 commented 2 weeks ago

@ikuwow Hello.

First, Could you try fixing typo foryamaha_network.rtx.rtx_command ?

The warning won't go away..

ikuwow commented 2 weeks ago

I fixed the typo and it went through without any problems. Now that I understand about warnings, I will ignore them from now on. Thanks! 🙇

localhost: main (macmini)$ ansible-playbook -i hosts router.yml --ask-pass
SSH password: 
[WARNING]: Collection yamaha_network.rtx does not support Ansible version 2.17.4

PLAY [RTX830] *********************************************************************************************************************************************************************************************************************
akira6592 commented 2 weeks ago

You're welcome☺