add bash history

This commit is contained in:
vvzvlad 2024-09-21 19:25:29 +03:00
parent 153ccfd4db
commit 138fcfc321

View File

@ -14,6 +14,14 @@
APT::Get::Assume-Yes "true";
mode: '0644'
- name: Append command to .bash_history
ansible.builtin.blockinfile:
path: "~/.bash_history"
create: true
block: |
docker logs infernet-node -f
marker: ""
mode: '0644'
- name: Update /etc/bash.bashrc
ansible.builtin.blockinfile: