Delete ansible/playbooks/alias.yml
This commit is contained in:
parent
caddf12859
commit
ea5d4ce1e6
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
- hosts: all
|
|
||||||
become: true
|
|
||||||
tasks:
|
|
||||||
- name: Add alias for docker compose up -d in .bashrc
|
|
||||||
lineinfile:
|
|
||||||
path: "/home/{{ ansible_user }}/.bashrc"
|
|
||||||
line: "alias dcu='docker compose up -d'"
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Add alias for docker compose down in .bashrc
|
|
||||||
lineinfile:
|
|
||||||
path: "/home/{{ ansible_user }}/.bashrc"
|
|
||||||
line: "alias dcd='docker compose down'"
|
|
||||||
state: present
|
|
Loading…
Reference in a new issue