mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-10 17:20:18 +01:00
Clean up / Workaround non-inclusive words
- CHANGELOG.md - tests/tests_include_present.yml
This commit is contained in:
parent
bcd15cab9d
commit
d67c562142
2 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ a new release.
|
||||||
|
|
||||||
### Other Changes
|
### Other Changes
|
||||||
|
|
||||||
- Implement more sanity tests
|
- Implement more coherence check tests
|
||||||
|
|
||||||
[v0.10.1] - 2020-09-23
|
[v0.10.1] - 2020-09-23
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
@ -98,7 +98,7 @@
|
||||||
- name: "Backup configuration files"
|
- name: "Backup configuration files"
|
||||||
ansible.builtin.include_tasks: tasks/backup.yml
|
ansible.builtin.include_tasks: tasks/backup.yml
|
||||||
|
|
||||||
- name: Create dummy main configuration file
|
- name: Create sample main configuration file
|
||||||
# Normally, this should not be needed. For test, however, we need a file
|
# Normally, this should not be needed. For test, however, we need a file
|
||||||
# different to the one in the first play.
|
# different to the one in the first play.
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue