fix eof for roles/motd/tasks/main.yml; version bump for galaxy

This commit is contained in:
Chris Hammer 2022-03-19 02:36:35 -04:00
parent 40f27f94b6
commit b6d42fb4f4
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace: jchristianh
name: baseos name: baseos
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: 1.0.2 version: 1.0.3
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md

View File

@ -16,3 +16,6 @@
dest: "{{ __motd_file }}" dest: "{{ __motd_file }}"
mode: 0644 mode: 0644
changed_when: false changed_when: false
...