rename fact files

This commit is contained in:
Alexander Grothe
2017-03-02 09:38:05 +01:00
parent 54c7d091fd
commit 5cd3869a51
5 changed files with 108 additions and 91 deletions

View File

@@ -32,6 +32,7 @@
- biosdevname
- linux-firmware
- psmisc
- python3-usb
- software-properties-common
- ssh
- ubuntu-drivers-common
@@ -48,13 +49,13 @@
- name: copy facts script for USB- and PCI(e)-IDs
copy:
src: files/hardware.facts.py
dest: /etc/ansible/facts.d/hardware.facts
dest: /etc/ansible/facts.d/hardware.fact
mode: '0775'
- name: copy facts script for Sat>IP server detection
copy:
src: files/satip.facts.py
dest: /etc/ansible/facts.d/satip.facts
dest: /etc/ansible/facts.d/satip.fact
mode: '0775'
- name: reload ansible local facts