We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
Thanks a lot for the collection and your effort.
Ivo
If we set /interface/ethernet/power-cycle-ping-enabled to "yes", Ansible always generate a change or if we set true, we get an error.
ansible [core 2.18.5]
Collection Version ------------------ ------- community.routeros 3.6.0
PRETTY_NAME="Ubuntu 24.04.2 LTS" RouterOS: 7.18.2
- hostname: "192.168.1.2" password: "xxxxx" username: "admin" path: interface ethernet find: default-name: ether10 values: power-cycle-ping-enabled: "yes" # or "true"
If I set power-cycle-ping-enabled to yes (or true), there should be no change or error.
--- before +++ after - "power-cycle-ping-enabled": true, + "power-cycle-ping-enabled": "yes", changed: ....
If we set "true", we get an error: "Error while modifying for .id=*17: invalid value of power-cycle-ping-enabled, must be either yes or no"
"Error while modifying for .id=*17: invalid value of power-cycle-ping-enabled, must be either yes or no"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
Thanks a lot for the collection and your effort.
Ivo
SUMMARY
If we set /interface/ethernet/power-cycle-ping-enabled to "yes", Ansible always generate a change or if we set true, we get an error.
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
COLLECTION VERSION
OS / ENVIRONMENT
PRETTY_NAME="Ubuntu 24.04.2 LTS"
RouterOS: 7.18.2
STEPS TO REPRODUCE
EXPECTED RESULTS
If I set power-cycle-ping-enabled to yes (or true), there should be no change or error.
ACTUAL RESULTS
If we set "true", we get an error:
"Error while modifying for .id=*17: invalid value of power-cycle-ping-enabled, must be either yes or no"
The text was updated successfully, but these errors were encountered: