ansible lint additions, .yamllint.yml configuratuion
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
- name: install pi-hole-server
|
||||
command: yay -S --noconfirm pi-hole-server
|
||||
ansible.builtin.command: yay -S --noconfirm pi-hole-server
|
||||
args:
|
||||
creates: /bin/pihole
|
||||
|
||||
- name: install pi-hole-server dependencies
|
||||
become: true
|
||||
pacman:
|
||||
community.general.pacman:
|
||||
name: "{{ deps }}"
|
||||
state: present
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: replace pi.hole hostname
|
||||
become: true
|
||||
replace:
|
||||
ansible.builtin.replace:
|
||||
path: "{{ item }}"
|
||||
regexp: "pi\\.hole"
|
||||
replace: "pi.bdebyl.net"
|
||||
|
||||
Reference in New Issue
Block a user