Update to 2022-07-25 20:00

This commit is contained in:
Daniel Berteaud 2022-07-25 20:00:16 +02:00
parent be9c0c5702
commit 894d510209
2 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,4 @@
- name: Check if tailf command exists
stat: path=/bin/tailf
register: system_tailf
tags: alias

View File

@ -131,6 +131,7 @@
- name: Deploy bash aliases
template: src=bash_aliases.sh.j2 dest=/etc/profile.d/ansible_aliases.sh mode=755
tags: alias
- name: Ensure /etc/rc.d exists
file: path=/etc/rc.d state=directory