mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Make links anonymous so that they don't trigger rstcheck
rstcheck flags duplicate link targets as errors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
bugfixes:
|
||||
- The fix for `CVE-2018-10875 <https://access.redhat.com/security/cve/cve-2018-10875>`_
|
||||
- The fix for `CVE-2018-10875 <https://access.redhat.com/security/cve/cve-2018-10875>`__
|
||||
prints out a warning message about skipping a config file from a world
|
||||
writable current working directory. However, if the user explicitly
|
||||
specifies that the config file should be used via the ANSIBLE_CONFIG
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
bugfixes:
|
||||
- The fix for `CVE-2018-10875 <https://access.redhat.com/security/cve/cve-2018-10875>`_
|
||||
- The fix for `CVE-2018-10875 <https://access.redhat.com/security/cve/cve-2018-10875>`__
|
||||
prints out a warning message about skipping a config file from a world
|
||||
writable current working directory. However, if the user is in a world
|
||||
writable current working directory which does not contain a config file, it
|
||||
|
||||
4
changelogs/fragments/v2.7.0_summary.yaml
Normal file
4
changelogs/fragments/v2.7.0_summary.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
release_summary: |
|
||||
| Release Date: 2018-10-04
|
||||
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
|
||||
Reference in New Issue
Block a user