community.general/lib/ansible/modules/network/edgeos
Jan-Philipp Litza 636e1d5fcb Fix sanitizing config lines (#50553)
Previously, the index got out of sync with the actual config list. Invoked with lines:
  - bad
  - first
  - bad
  - second
the sanitization would first delete index 0 and then index 2, which would result in the output
  - first
  - bad
By reversing the list, we avoid that problem (though a filter() would be nicer)
2019-01-09 10:56:30 -05:00
..
__init__.py
edgeos_command.py BOTMETA.yml and module metadata: fix case authors (#46051) 2018-11-19 11:47:14 +00:00
edgeos_config.py Fix sanitizing config lines (#50553) 2019-01-09 10:56:30 -05:00
edgeos_facts.py Update EdgeOS modules to be community supported (#38112) 2018-03-29 15:59:46 -05:00