moved FIXMEs to an external list

This commit is contained in:
2023-12-11 02:24:18 -05:00
parent d9ec7b879b
commit 1a0b72c67c
5 changed files with 0 additions and 6 deletions

View File

@@ -3,7 +3,6 @@
{% set home = '' if user == 'root' else '/home' %}
{% if user != 'root' %}
# FIXME - both config and auth keys need this and this logic is dumb
{{ home }}/{{ user }}/.ssh:
file.directory:
- user: {{ user }}