ansible/test/integration/targets/ansible-doc
Nilashish Chakraborty 9d6b0f2b03
Support removed_at_date in ansible-doc (#70002)
* Support removed_at_date in ansible-doc

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

Changes:
  * ansible-doc does not support `removed_at_date` and assumes that
    deprecated dict will either have `removed_in` or `version`. This
    results in ansible-doc (and hence "sanity --test=ansible-doc")
    failing for modules having only `removed_at_date`.

  * This patch adds support for `removed_at_date` and also gives it
    precedence over `removed_in` or `version`.

* Add tests and changelog

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2020-06-11 13:18:18 -04:00
..
collections/ansible_collections/testns/testcol
library Support removed_at_date in ansible-doc (#70002) 2020-06-11 13:18:18 -04:00
aliases collection routing (#67684) 2020-05-26 09:42:06 -07:00
fakemodule.output starting metadata sunset (#69454) 2020-06-04 21:01:46 -04:00
inventory
runme.sh ansible-doc: properly handle suboptions (#69795) 2020-06-08 11:51:33 -04:00
test.yml Support removed_at_date in ansible-doc (#70002) 2020-06-11 13:18:18 -04:00
test_docs_suboptions.output ansible-doc: properly handle suboptions (#69795) 2020-06-08 11:51:33 -04:00