Updated fai key and removed validation

validation is blocked by AppArmor
This commit is contained in:
Moritz Kempe 2023-08-28 11:53:46 +02:00
parent fd47f7a636
commit bc1abbcb31
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,6 @@
mode: '0644'
owner: root
group: root
validate: dhcpd -t -cf %s
notify: restart dhcpd
tags:
- dhcp_configure
@ -31,6 +30,7 @@
notify: restart dhcpd
tags:
- dhcp_defaults
- dhcp_configure
- name: "Start and enable dhcp server"
become: true

View File

@ -11,7 +11,7 @@
become: true
ansible.builtin.apt_key:
id: "B11EE3273F6B2DEB528C93DA2BF8D9FE074BCDE4"
url: "https://fai-project.org/download/2BF8D9FE074BCDE4.asc"
url: "https://fai-project.org/download/fai-project.gpg"
state: present
tags:
- fai_repo_key_install