Files
community.general/lib/ansible
Ricardo Carrillo Cruz d462a425f2 Remove all config from interface if absent on eos_l2_interface (#35318)
If the module is set to absent, read all possible configurations and remove them.
i.e. not just do a 'no switchport', as leaving around other options make
the logic handling harder.
If the user wants to remove switchport, remove all config for the interface
and finally push a 'no switchport'.
Also, I needed to map all possible params from interface regardless if state
is absent or present, so I can later detect what I need to remove in case of absent.
2018-01-24 23:16:33 +01:00
..
2018-01-24 11:36:40 +00:00
2018-01-23 12:02:09 -06:00
2018-01-15 21:15:04 -08:00