[ansible-devel] how to write playbook for this scenarion

2021-09-21 Thread Lokesh Patil
Check for unified auditing. select parameter, value from v$option where parameter = 'Unified Auditing'; This Scenario if Unified Auditing = 'TRUE' then audit_trail and audit_file_dest are not impacted and this is not a finding. - name: stigrule_219862_value vars: sql_command: select param

[ansible-devel] How to write playbook this scenario

2021-09-21 Thread Lokesh Patil
Check for unified auditing. select parameter, value from v$option where parameter = 'Unified Auditing'; This Scenario if Unified Auditing = 'TRUE' then audit_trail and audit_file_dest are not impacted and this is not a finding. - name: stigrule_219862_value vars: sql_command: select param

[ansible-devel] Ansible-4.6.0 release

2021-09-21 Thread Toshio Kuratomi
Hi all, We're happy to announce that the ansible-4.6.0 package has been released! The update contains bugfixes and new, backwards compatible features in the contained collections. How to get it - Due to a limitation in pip, if you are upgrading from Ansible 3 (or earlier), you need t