kvm_host: ansible-lint fixes
This commit is contained in:
parent
cca42edc90
commit
8d27504254
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: disable bluetooth
|
||||
- name: Disable bluetooth
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/modprobe.d/disable-bluetooth.conf
|
||||
content: |
|
||||
|
@ -11,7 +11,7 @@
|
|||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
||||
- name: install kvm qemu packages
|
||||
- name: Install kvm qemu packages
|
||||
ansible.builtin.package:
|
||||
name: "{{ item }}"
|
||||
state: installed
|
||||
|
@ -25,7 +25,7 @@
|
|||
- virt-install
|
||||
- virt-top
|
||||
|
||||
- name: create data directories
|
||||
- name: Create data directories
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
|
@ -37,7 +37,7 @@
|
|||
- /export/libvirt/hdd
|
||||
- /export/libvirt/ssd
|
||||
|
||||
- name: link data directory
|
||||
- name: Link data directory
|
||||
ansible.builtin.file:
|
||||
src: /export/libvirt
|
||||
dest: /srv/libvirt
|
||||
|
@ -46,7 +46,7 @@
|
|||
group: "{{ ansible_wheel }}"
|
||||
follow: false
|
||||
|
||||
- name: enable libvirt service
|
||||
- name: Enable libvirt service
|
||||
ansible.builtin.service:
|
||||
name: libvirtd
|
||||
state: started
|
||||
|
|
Loading…
Add table
Reference in a new issue