EntityChangeType

Type of a entity change.
  • ADD
    A new entity will be created.
  • CHANGE
    An existing entity will be updated in-place.
  • DELETE
    An existing entity will be deleted.
  • RECREATE
    An existing entity will be deleted and added.
  • MOVE
    An existing entity will be moved.
  • REPLACE_CREATE_BEFORE_DESTROY
    An existing entity will replaced by first creating a replacement and then deleting the original.
  • REPLACE_DESTROY_BEFORE_CREATE
    An existing entity will replaced by first deleting the original and then creating a replacement.
  • NOOP
    A no-op change.
  • READ
    A read, no-op change.
  • IMPORT
    A new entity will be imported.
  • FORGET
    An existing entity will be removed from the state but not destroyed.
  • OK
    Ansible specific types A task that resulted with status ok.
  • SKIPPED
    A task that resulted with status skipped.
  • RESCUED
    A task that resulted with status rescued.
  • IGNORED
    A task that resulted with status ignored.