refs #8025 Disable deprecation warnings
This commit is contained in:
parent
4ac86abe43
commit
93b51f522e
|
@ -5,6 +5,7 @@ roles_path = ./roles
|
||||||
inventory = ./inventories/lab
|
inventory = ./inventories/lab
|
||||||
gathering = smart
|
gathering = smart
|
||||||
interpreter_python = auto_silent
|
interpreter_python = auto_silent
|
||||||
|
deprecation_warnings = False
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become = True
|
become = True
|
||||||
|
|
Loading…
Reference in New Issue