1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

added SVDIR var

This commit is contained in:
eoli3n 2020-12-17 17:08:48 +01:00
parent fab5b8f11a
commit cb20608f94
4 changed files with 19 additions and 0 deletions

@ -4,6 +4,9 @@
- hosts: cli:desktop
roles:
- role: runit
tags: runit
when: ansible_service_mgr == "runit"
- role: fish
tags: fish
- role: neovim

@ -2,6 +2,7 @@ set -x LANG 'fr_FR.UTF-8'
set -x EDITOR 'nvim'
set -x VISUAL 'nvim'
set -x PAGER 'most'
set -x SVDIR '~/.config/service'
set -gx SYSTEMD_PAGER 'less'
set -U fish_greeting ""

@ -0,0 +1,5 @@
---
- name: create service dir
file:
path: ~/.config/service
state: directory

@ -0,0 +1,10 @@
---
- name: create runit service dir
file:
path: ~/.config/service
state: directory
- name: copy ssh-agent service
copy:
src:
dest: