Warn is the better default here
This commit is contained in:
parent
42d470a5fe
commit
274b3197f7
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ require_root = [
|
|||
missing_require = "error"
|
||||
|
||||
[cram.task.apply]
|
||||
missing_require = "ignore"
|
||||
missing_require = "warn"
|
||||
require = [
|
||||
"hosts.d/${FQDN}",
|
||||
"hosts.d/${HOSTNAME}",
|
||||
|
|
Loading…
Reference in a new issue