Commit b96e64f
authored
[Alt 1] Flip default of reverse sync to True (ansible#618)
While revisiting ansible/eda-server#1061, I
realized that `RESOURCE_SERVER_SYNC_ENABLED` is not set to True.
This will not work to do what we want.
As of ansible#603, for any
practical system (excluding test_app specifically here), we will be safe
to have a True value.1 parent 4a38ba0 commit b96e64f
File tree
2 files changed
+7
-1
lines changed- ansible_base/lib/dynamic_config
- test_app
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
230 | 233 | | |
231 | 234 | | |
232 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
0 commit comments