diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 6fa8e776..0196ac7b 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -3,3 +3,5 @@ config: line-length: false # MD013 no-duplicate-heading: false # MD024 reference-links-images: false # MD052 +ignores: + - .github/copilot-instructions.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd810a5..76144ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the ntp cookbook. ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 5.2.2 - *2024-07-15* Update ntpd package for Enterprise Linux 9 (ie Oracle, Rocky, Alma)