2021-02-06 08:08:32 -06:00
|
|
|
---
|
|
|
|
# Tasks related to finishing ansible-pull
|
|
|
|
# EG: End timer, start conflicting jobs, etc
|
|
|
|
|
2021-02-06 08:16:31 -06:00
|
|
|
- name: General | Finish | Ansible Pull Report | Finish File
|
2021-02-06 08:08:32 -06:00
|
|
|
shell: "echo 'FINISH' >> {{ ansible_pull_report }}"
|
|
|
|
|
2021-02-06 08:11:33 -06:00
|
|
|
- name: General | Finish | Ansible Pull Report | Add Date Entry
|
2021-02-06 08:08:32 -06:00
|
|
|
shell: "date >> {{ ansible_pull_report }}"
|