From 43caa800173bfc93f930a6c6ae03167e10894cfb Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Wed, 4 Jan 2023 16:21:40 -0800 Subject: [PATCH] Cleanup non-inclusive words. - .collection/README.md - .collection/galaxy.yml - CHANGELOG.md --- .collection/README.md | 2 +- .collection/galaxy.yml | 2 +- CHANGELOG.md | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.collection/README.md b/.collection/README.md index b9e51027..242ed59c 100644 --- a/.collection/README.md +++ b/.collection/README.md @@ -24,7 +24,7 @@ Please see the [Using Ansible collections documentation](https://docs.ansible.co ## Documentation -You can find the documentation for the microsoft.sql.server role in its repository in [README.md](https://github.com/linux-system-roles/mssql/blob/master/README.md). +You can find the documentation for the microsoft.sql.server role in its repository in [README.md](https://github.com/linux-system-roles/mssql/blob/main/README.md). ## Supported Ansible Versions diff --git a/.collection/galaxy.yml b/.collection/galaxy.yml index 187a1452..569c9bd9 100644 --- a/.collection/galaxy.yml +++ b/.collection/galaxy.yml @@ -8,7 +8,7 @@ authors: repository: "https://github.com/linux-system-roles/mssql" # yamllint disable-line rule:line-length -documentation: "https://github.com/linux-system-roles/mssql/blob/master/README.md" +documentation: "https://github.com/linux-system-roles/mssql/blob/main/README.md" issues: "https://github.com/linux-system-roles/mssql/issues" readme: "README.md" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bef6a2e..150b3428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -283,9 +283,6 @@ mssql_ha_db_names got replicated - Use GITHUB_REF_NAME as name of push branch; fix error in branch detection [citest skip] - We need to get the name of the branch to which CHANGELOG.md was pushed. - For now, it looks as though `GITHUB_REF_NAME` is that name. But don't - trust it - first, check that it is `main` or `master`. If not, then use - a couple of other methods to determine what is the push branch. Signed-off-by: Rich Megginson - tests_tls: generate certs on managed nodes to avoid installing local RPM (#82)