cisco.asa icon indicating copy to clipboard operation
cisco.asa copied to clipboard

Added a switch to toggle the sort function in the OGs Module

Open kaiseranton opened this issue 1 year ago • 2 comments

SUMMARY

Added a switch to toggle the sort function. Before always all groups from state 'gathered' got sorted. Now you can toggle it. It is useful when you want to use the output from 'gathered' as input for 'replaced'.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME
  • Gathered Sort Switch
ADDITIONAL INFORMATION
  - name: Gather listed OGs with provided configurations
    cisco.asa.asa_ogs:
      sortgroups: false
      state: gathered

kaiseranton avatar Nov 25 '22 01:11 kaiseranton