state: present added in docs (#37197)

* state: present added in docs

* atomic_container.py docs now match argspec, enforce test
This commit is contained in:
Aren 2018-08-24 13:22:18 -04:00 committed by Alicia Cozine
commit 9db3e597f3
2 changed files with 1 additions and 2 deletions

View file

@ -48,7 +48,7 @@ options:
description:
- State of the container
required: True
choices: ["latest", "absent", "rollback"]
choices: ["latest", "present", "absent", "rollback"]
default: "latest"
mode:
description: