Hello,
I have a simple use case of storing the output of msg (in bold) on target servers in some file. Please suggest.
- hosts: web
tasks:- name: Print application version during deployment
debug:
msg: " The application version {{ version }} is deployed on {{ env }} on {{ansible_date_time.date}}
- name: Print application version during deployment
Kr,
Amit