From e6792ee07632517007878c1ece676682b1144328 Mon Sep 17 00:00:00 2001 From: DenisKa Date: Sun, 6 Feb 2022 01:07:14 +0300 Subject: [PATCH] Fixed mitogen.yml Fixed the problem when call ansible-playbook contrib/mitogen/mitogen.yml "The error was: 'dict object' has no attribute 'section'" What type of PR is this? /kind bug What this PR does / why we need it: Which issue(s) this PR fixes: Fixes # Special notes for your reviewer: Does this PR introduce a user-facing change?: --- contrib/mitogen/mitogen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/mitogen/mitogen.yml b/contrib/mitogen/mitogen.yml index 20752d6cab6..4dbd0fb76ec 100644 --- a/contrib/mitogen/mitogen.yml +++ b/contrib/mitogen/mitogen.yml @@ -40,7 +40,7 @@ path: ansible.cfg mode: 0644 section: "{{ item.section | d('defaults') }}" - option: "{{ item.section }}" + option: "{{ item.option }}" value: "{{ item.value }}" with_items: - option: strategy