diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-13 16:34:23 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-13 16:34:23 +0100 |
| commit | efbd6e26545fb3a04a4309247cd5e9b4fe7cc046 (patch) | |
| tree | 44ad987e2b41dfa66a2e6a8bd1ce301ad669fe70 | |
| parent | 62e6bab910297aa15d76eb735ce3dd9b5417e26e (diff) | |
places ln files inside ansible directory
| l--------- | ansible/roles/ln/files/public | 1 | ||||
| -rw-r--r-- | ansible/roles/ln/files/public/milehouse.html (renamed from ln/public/milehouse.html) | 0 | ||||
| -rw-r--r-- | ln/install.mk | 14 |
3 files changed, 0 insertions, 15 deletions
diff --git a/ansible/roles/ln/files/public b/ansible/roles/ln/files/public deleted file mode 120000 index d28a74a..0000000 --- a/ansible/roles/ln/files/public +++ /dev/null @@ -1 +0,0 @@ -../../../../ln/public/
\ No newline at end of file diff --git a/ln/public/milehouse.html b/ansible/roles/ln/files/public/milehouse.html index 34f796c..34f796c 100644 --- a/ln/public/milehouse.html +++ b/ansible/roles/ln/files/public/milehouse.html diff --git a/ln/install.mk b/ln/install.mk deleted file mode 100644 index ea622ca..0000000 --- a/ln/install.mk +++ /dev/null @@ -1,14 +0,0 @@ -.PHONY: install -install: $(PUBLIC_ROOT_DIR_ln) - -.PHONY: reinstall -reinstall: install - -$(PUBLIC_ROOT_DIR_ln): public - sudo rm -rf $(PUBLIC_ROOT_DIR_ln) - sudo mkdir -p $(PUBLIC_ROOT_DIR_ln) - sudo cp -r public/ $(PUBLIC_ROOT_DIR_ln)/ - -.PHONY: uninstall -uninstall: - sudo rm -rf $(PUBLIC_ROOT_DIR_ln) |
