This commit is contained in:
2023-03-22 10:05:56 +00:00
parent de21975d1a
commit c7c6bd6318
14 changed files with 277 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
# tasks file for log
- name: "update ansible history"
ansible.builtin.lineinfile:
path: /etc/history
create: true
line: "{{ '%Y-%m-%d' | strftime }} {{ myrole_name }} {{ role_version }}"
tags: always,changelog