Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.5.0 - CHANGELOG.md [citest skip] (#125)
[1.5.0] - 2022-09-19 -------------------- ### New Features - add 'local' parameter to seport (#124) `community.general.seport` has recently added the `local` parameter which is now supported by the role. - `local: true`: * `state: present` enforces change to be made even though the port mapping could already exists in built in policy * `state: absent` would remove only local modification and would not try to remove builtin mapping. The role vendors-in the seport module as `local_seport`, because otherwise it is too difficult to support both Ansible 2.9 and ansible-core. We will revisit this when Ansible 2.9 is EOL. ### Bug Fixes - none ### Other Changes - add test for fcontext seuser and selevel (#120) Signed-off-by: Rich Megginson <[email protected]> Signed-off-by: Rich Megginson <[email protected]>
- Loading branch information