Skip to content

Commit

Permalink
Fixed mitogen.yml (kubernetes-sigs#8508)
Browse files Browse the repository at this point in the history
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?:
  • Loading branch information
kdszoom authored and LuckySB committed Oct 21, 2023
1 parent 5aae2c9 commit b18b3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mitogen/mitogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b18b3de

Please sign in to comment.