Compare commits

..

2 Commits

Author SHA1 Message Date
Moritz Kempe 2991aa4605 repair kamikaze self delete function 2023-09-10 01:59:08 +02:00
moke b115299bc5 master (#1)
Co-authored-by: Moritz Kempe <moritzkempe@mailbox.org>
Co-authored-by: alex <alex@noreply.git.dezentrale.cloud>
Reviewed-on: moke/ansible-install-server#1
2023-09-04 20:35:29 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ all:
- "192.168.33.1"
#nameservers:
fai_config_git: "https://git.dezentrale.cloud/HW4F/fai-config.git"
fai_config_git_version: "HEAD"
hosts:
hw4f-fai-vagrant:

View File

@ -13,7 +13,7 @@
ansible.builtin.git:
repo: "{{ fai_config_git }}"
dest: "{{ fai_dir_config }}"
version: "{{ fai_config_git_version }}"
version: 'HEAD'
force: true
#recursive: true
notify: pack fai-config