From f02851e556632daf808502946635ff69d355c2c0 Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Tue, 9 Aug 2022 15:01:57 -0700 Subject: [PATCH] adding changelog. --- changelog/62408.fixed | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/62408.fixed diff --git a/changelog/62408.fixed b/changelog/62408.fixed new file mode 100644 index 00000000000..741af586a9c --- /dev/null +++ b/changelog/62408.fixed @@ -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.