File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 2626 username : " {{ item.value.username | default(omit) }}"
2727 state : " {{ item.value.state | default(omit)}}"
2828 with_dict : " {{ dnf_custom_repos }}"
29+ loop_control :
30+ label : " {{ item.key }}"
2931 register : register_dnf_command
3032 retries : 3
3133 delay : 10
Original file line number Diff line number Diff line change 1+ ---
2+ security :
3+ - |
4+ Avoid leaking DNF repository username/password credentials in the Kayobe
5+ output by adding loop control to print only the repository key.
6+ `LP#2087938 <https://launchpad.net/bugs/2087938>`__
7+ fixes :
8+ - |
9+ Avoid leaking DNF repository username/password credentials in the Kayobe
10+ output by adding loop control to print only the repository key.
11+ `LP#2087938 <https://launchpad.net/bugs/2087938>`__
You can’t perform that action at this time.
0 commit comments