Merge pull request 'Updated fai key url and removed validation' (#2) from moke/ansible-install-server:wartungsarbeiten into master

Reviewed-on: #2
This commit is contained in:
alex 2023-08-28 12:08:49 +02:00
commit 042ba68710
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