initial version, with allow duplicate
This commit is contained in:
7
tasks/main.yml
Normal file
7
tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# tasks file for log
|
||||
- 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