diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-07 22:03:57 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-08 17:52:51 +0000 |
commit | 3dada080a6f63e06f48396b425539687fbe00a6d (patch) | |
tree | c00840eb6e725d176428f6da73eeb32ae96e2486 /ansible.cfg | |
parent | 56aa88c7e272ccfd645695103d5bca653005aad4 (diff) | |
download | rules-3dada080a6f63e06f48396b425539687fbe00a6d.tar.gz |
ansible: Ignore duplicate key for yaml anchors
Diffstat (limited to 'ansible.cfg')
-rw-r--r-- | ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index f8bf4c0..411b602 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -15,6 +15,7 @@ stderr_callback = yaml timeout = 20 system_warnings = True deprecation_warnings = True +duplicate_dict_key = ignore remote_user = root remote_port = 22 |