Fixed mitogen.yml (#8508)

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?:
This commit is contained in:
DenisKa 2022-02-07 12:39:43 +03:00 committed by GitHub
parent 54dfe73d24
commit 696101a910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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