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

Support Ansible check mode #1

Open
fstehle opened this issue Jun 17, 2016 · 0 comments · May be fixed by #53
Open

Support Ansible check mode #1

fstehle opened this issue Jun 17, 2016 · 0 comments · May be fixed by #53

Comments

@fstehle
Copy link
Contributor

fstehle commented Jun 17, 2016

http://docs.ansible.com/ansible/developing_modules.html#check-mode

Modules may optionally support check mode. If the user runs Ansible in check mode, the module should try to predict whether changes will occur

evgeni added a commit to evgeni/ansible-fastly that referenced this issue Apr 24, 2019
this adds basic check mode support by skipping all API calls that could
trigger changes. it does *NOT* update the service object that is
returned, so while the changed flag will be correct, the service object
will still reflect the state *before* the changes.

Fixes: Jimdo#1
@evgeni evgeni linked a pull request Apr 24, 2019 that will close this issue
evgeni added a commit to evgeni/ansible-fastly that referenced this issue Apr 24, 2019
this adds basic check mode support by skipping all API calls that could
trigger changes. it does *NOT* update the service object that is
returned, so while the changed flag will be correct, the service object
will still reflect the state *before* the changes.

Fixes: Jimdo#1
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

Successfully merging a pull request may close this issue.

1 participant