mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
adding changelog.
This commit is contained in:
parent
7ac9b427d6
commit
f02851e556
1 changed files with 1 additions and 0 deletions
1
changelog/62408.fixed
Normal file
1
changelog/62408.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
When using preq on a state, then prereq state will first be run with test=True to determine if there are changes. When there are changes, the state with the prereq option will be run prior to the prereq state. If this state fails then the prereq state will not run and the state output uses the test=True run. However, the proposed changes are included for the prereq state are included from the test=True run. We should pull those out as there weren't actually changes since the prereq state did not run.
|
Loading…
Add table
Reference in a new issue