Add beany.club
Check / Lint Ansible Files (push) Successful in 3m58s

This commit is contained in:
Paul Brinkmeier
2026-02-06 18:13:15 +01:00
parent 6068741562
commit 3b506670dd
3 changed files with 19 additions and 1 deletions
+9 -1
View File
@@ -10,7 +10,7 @@
checkouts:
- path: /home/paul/Sites/pbrinkmeier.de
url: https://git.pbrinkmeier.de/paul/pbrinkmeier.de
commit: 611cee6f405f1bf8b8a87f597ff5a4222621493a
commit: a3ad633087d2778ccfcf0f154d4717e9f9451d9b
owner: paul
- path: /home/paul/Sites/tichy.click
url: https://github.com/pbrinkmeier/tichy-clicker
@@ -40,3 +40,11 @@
owner: david
group: david
mode: "0775"
- name: Create beany.club directory
become: true
ansible.builtin.file:
path: /home/paul/Sites/beany.club
state: directory
owner: paul
group: paul
mode: "0775"