From 33094e6c8ef39f4ca292c30a32268ee889600d5e Mon Sep 17 00:00:00 2001 From: Kiyo Nagamine Date: Thu, 5 Dec 2019 11:28:23 +0900 Subject: [PATCH] Fix typo in a changelog fragment of #64902 --- .../fragments/64902-fix-allow-duplicates-in-single-role.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/64902-fix-allow-duplicates-in-single-role.yml b/changelogs/fragments/64902-fix-allow-duplicates-in-single-role.yml index 045fe809761..aba5152eb7f 100644 --- a/changelogs/fragments/64902-fix-allow-duplicates-in-single-role.yml +++ b/changelogs/fragments/64902-fix-allow-duplicates-in-single-role.yml @@ -1,4 +1,4 @@ --- bugfixes: - - "roles - Ensure that ``allow_duplidates: true`` enables to run single + - "roles - Ensure that ``allow_duplicates: true`` enables to run single role multiple times (https://github.com/ansible/ansible/issues/64902)"