mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
The existing rule priority comes from aws as a string. It is then compared to the new rule priority, which is defined as an int. This change casts the new rule priority as a string making the comparison work. The reason to cast it as a string rather than an int is used because a priority can also be set to 'default'. When trying to case 'default' as an int, it creates an error. |
||
---|---|---|
.. | ||
__init__.py | ||
batch.py | ||
cloudfront_facts.py | ||
core.py | ||
direct_connect.py | ||
elb_utils.py | ||
elbv2.py | ||
iam.py | ||
waf.py | ||
waiters.py |