From efbd6e26545fb3a04a4309247cd5e9b4fe7cc046 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 13 Aug 2026 16:34:23 +0100 Subject: places ln files inside ansible directory --- ansible/roles/ln/files/public | 1 - ansible/roles/ln/files/public/milehouse.html | 1 + ln/install.mk | 14 -------------- ln/public/milehouse.html | 1 - 4 files changed, 1 insertion(+), 16 deletions(-) delete mode 120000 ansible/roles/ln/files/public create mode 100644 ansible/roles/ln/files/public/milehouse.html delete mode 100644 ln/install.mk delete mode 100644 ln/public/milehouse.html 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/ansible/roles/ln/files/public/milehouse.html b/ansible/roles/ln/files/public/milehouse.html new file mode 100644 index 0000000..34f796c --- /dev/null +++ b/ansible/roles/ln/files/public/milehouse.html @@ -0,0 +1 @@ + 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) diff --git a/ln/public/milehouse.html b/ln/public/milehouse.html deleted file mode 100644 index 34f796c..0000000 --- a/ln/public/milehouse.html +++ /dev/null @@ -1 +0,0 @@ - -- cgit v1.2.3