state no longer required for masquerade and ICMP block inversion
fix: state no longer required for masquerade and ICMP block inversion
- The above, and added a new error message for attempting to not specify state when using options that require state like source, port, port_forward
-- Unit test case added for this error message
- Removed state option from integration tests for masquerading and ICMP block, retaining the same fail conditions
Fixes: #76
Fix deprecated syntax in Readme (#75)
tests_ansible: replaced immediate options with runtime options (#78)
- Replaced all uses of the depreciated immediate option with the runtime option
Fixes: #77