Skip to content
Snippets Groups Projects
Unverified Commit 696101a9 authored by DenisKa's avatar DenisKa Committed by GitHub
Browse files

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?:
parent 54dfe73d
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment