Files
community.general/lib/ansible/modules/network
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
..
2019-01-09 10:46:56 -05:00
2018-12-21 11:54:10 +05:30
2019-01-08 10:42:24 +05:30