Improved ansible_managed setting
This prevents changed: True on templates when provisioning from multiple machines
This commit is contained in:
parent
b34a90669b
commit
8f327e76cf
|
@ -10,6 +10,7 @@ global {
|
|||
}
|
||||
defaults {
|
||||
host_key_checking = false
|
||||
ansible_managed = "Ansible managed"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue