Type of a entity change.
- ADDA new entity will be created.
- CHANGEAn existing entity will be updated in-place.
- DELETEAn existing entity will be deleted.
- RECREATEAn existing entity will be deleted and added.
- MOVEAn existing entity will be moved.
- REPLACE_CREATE_BEFORE_DESTROYAn existing entity will replaced by first creating a replacement and then deleting the original.
- REPLACE_DESTROY_BEFORE_CREATEAn existing entity will replaced by first deleting the original and then creating a replacement.
- NOOPA no-op change.
- READA read, no-op change.
- IMPORTA new entity will be imported.
- FORGETAn existing entity will be removed from the state but not destroyed.
- OKAnsible specific types A task that resulted with status ok.
- SKIPPEDA task that resulted with status skipped.
- RESCUEDA task that resulted with status rescued.
- IGNOREDA task that resulted with status ignored.