Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Implement Idempotency #4

Open
oelu opened this issue Jan 3, 2023 · 0 comments
Open

Feature: Implement Idempotency #4

oelu opened this issue Jan 3, 2023 · 0 comments

Comments

@oelu
Copy link

oelu commented Jan 3, 2023

Currently it is possible to run modules with add, edit, get, or delete actions.
It would be nice if the modules would support idempotent actions with states state=present or state=absent. This would help to reduce code complexity in in playbooks.

From the Ansible glossary (https://docs.ansible.com/ansible/latest/reference_appendices/glossary.html):
Idempotency
An operation is idempotent if the result of performing it once is exactly the same as the result of performing it repeatedly without any intervening actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant