diff --git a/README.md b/README.md index 1989820..aeea205 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ The following external materials are referenced during the development of this p * [Configuration - Ansible Lint Documentation](https://ansible.readthedocs.io/projects/lint/configuring/) Explains the format of the Ansible-lint configuration file. +* [Profiles - Ansible Lint Documentation](https://ansible.readthedocs.io/projects/lint/profiles/) + Explains the concepts and details of each Ansible-lint profiles. ## Licensing diff --git a/REUSE.toml b/REUSE.toml index 99b8232..66a4c28 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -15,5 +15,5 @@ path = [ "*.README.md", "**/README.md" ] -SPDX-FileCopyrightText = '2021 林博仁(Buo-ren Lin) ' +SPDX-FileCopyrightText = '2024 林博仁(Buo-ren Lin) ' SPDX-License-Identifier = 'CC-BY-SA-4.0+'