add bash history
This commit is contained in:
parent
153ccfd4db
commit
138fcfc321
@ -14,6 +14,14 @@
|
|||||||
APT::Get::Assume-Yes "true";
|
APT::Get::Assume-Yes "true";
|
||||||
mode: '0644'
|
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
|
- name: Update /etc/bash.bashrc
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
|
Loading…
Reference in New Issue
Block a user