mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
Update to 2022-07-25 20:00
This commit is contained in:
parent
be9c0c5702
commit
894d510209
@ -3,3 +3,4 @@
|
|||||||
- name: Check if tailf command exists
|
- name: Check if tailf command exists
|
||||||
stat: path=/bin/tailf
|
stat: path=/bin/tailf
|
||||||
register: system_tailf
|
register: system_tailf
|
||||||
|
tags: alias
|
||||||
|
@ -131,6 +131,7 @@
|
|||||||
|
|
||||||
- name: Deploy bash aliases
|
- name: Deploy bash aliases
|
||||||
template: src=bash_aliases.sh.j2 dest=/etc/profile.d/ansible_aliases.sh mode=755
|
template: src=bash_aliases.sh.j2 dest=/etc/profile.d/ansible_aliases.sh mode=755
|
||||||
|
tags: alias
|
||||||
|
|
||||||
- name: Ensure /etc/rc.d exists
|
- name: Ensure /etc/rc.d exists
|
||||||
file: path=/etc/rc.d state=directory
|
file: path=/etc/rc.d state=directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user