Implement time stamp and improve reporter syntax.
The directory access time used so far is modified on every ansible run and independent of the ansible module/playbook.
This commit is contained in:
parent
5ed4c2a135
commit
aa8bc09ce6
4 changed files with 25 additions and 13 deletions
|
@ -85,6 +85,10 @@
|
|||
- lmn_security
|
||||
|
||||
tasks:
|
||||
- name: Timestamp successfull ansible run
|
||||
ansible.builtin.shell: date --iso-8601=seconds >> /home/ansible/.ansible/stamps
|
||||
changed_when: False
|
||||
|
||||
## Temporary fixes and quirks:
|
||||
- name: Fix 8086:4909 external graphics card
|
||||
replace:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue