Skip to content

Commit f9f9a13

Browse files
committed
Cleanup non-inclusive words
CHANGELOG.md,tests/tasks/setup_ipa.yml - Cleanup non-inclusive words.
1 parent eb842ae commit f9f9a13

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ correct ones).
1818

1919
### Other Changes
2020

21-
- changelog_to_tag action - support other than "master" for the main branch name (#129)
21+
- changelog_to_tag action - github action ansible test improvements
2222

2323
[1.1.6] - 2022-07-19
2424
--------------------
@@ -183,14 +183,14 @@ must be a `string` value like `"2.9"`, not a `float` value like `2.9`.
183183

184184
### Bug fixes
185185

186-
- Fix some ansible-test sanity errors; suppressing the rest
186+
- Fix some ansible-test errors; suppressing the rest
187187
- Fix ansible-test errors
188188
- Add a note to each module Doc to indicate it is private
189189

190190
### Other Changes
191191

192192
- Remove python-26 environment from tox testing
193-
- update to tox-lsr 2.4.0 - add support for ansible-test sanity with docker
193+
- update to tox-lsr 2.4.0 - add support for ansible-test with docker
194194
- CI: Add support for RHEL-9
195195

196196
[1.0.2] - 2021-02-12

tests/tasks/setup_ipa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
when: __is_beaker_env
1111

1212
- name: Clone ansible-freeipa repo
13+
# noqa git-latest
1314
git:
1415
repo: https://github.com/freeipa/ansible-freeipa
15-
version: master
1616
dest: /tmp/freeipa-repo
1717
delegate_to: 127.0.0.1
1818
become: false

0 commit comments

Comments
 (0)