solution
This commit is contained in:
8
sib.changelog/tasks/main.yml
Normal file
8
sib.changelog/tasks/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user