-
Notifications
You must be signed in to change notification settings - Fork 104
Return status in check mode #192
Return status in check mode #192
Conversation
It is useful to return both the current values of the release, as well as the proposed values.
Hmm. I'll figure out how to get these test to run locally here in a day or two. |
recheck |
Codecov Report
@@ Coverage Diff @@
## main #192 +/- ##
==========================================
- Coverage 41.90% 36.74% -5.17%
==========================================
Files 3 3
Lines 556 724 +168
Branches 114 144 +30
==========================================
+ Hits 233 266 +33
- Misses 279 409 +130
- Partials 44 49 +5
Continue to review full report at Codecov.
|
recheck |
@tima heh... that doesn't work in this repo. I'll rerun the tests. Edit: For some reason, I'm not able to re-run the checks. |
@geerlingguy: bah! and i thought i was so smart. |
@geerlingguy got tests passing |
Instead of "proposed" what about "desired" or "declared"? Those are terms we use a lot while talking about Ansible and idempotency. We use "current state" a lot though so that one seems fine to me. |
Actually, @Geethree I suggested "declared" instead of "proposed". |
lgtm |
SUMMARY
In check mode, it is useful to know both what the current values of the release are, and the proposed values of the release based on the state of the playbook.
Addresses : #188
ISSUE TYPE
Questions
current
andproposed
feel a little off in terms of ansible norms, any suggestions for something "better"?