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
panos_nat_rule2 cannot reenable disabled rule with state merged for version >2.21.0
Disabled rule should be enabled after play
Ansible report no change and no desired changes affected on device
Working correctly on tested versions:
tasks: - name: configure nat rule disabled paloaltonetworks.panos.panos_nat_rule2: provider: "{{ provider }}" name: "{{ rule_name }}" state: merged disabled: false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
panos_nat_rule2 cannot reenable disabled rule with state merged for version >2.21.0
Expected behavior
Disabled rule should be enabled after play
Current behavior
Ansible report no change and no desired changes affected on device
Possible solution
Working correctly on tested versions:
Steps to reproduce
Your Environment
The text was updated successfully, but these errors were encountered: