Lint fixes
This commit is contained in:
parent
3eebad51dc
commit
5094394edd
4 changed files with 4 additions and 4 deletions
|
@ -10,6 +10,6 @@ network_interfaces:
|
|||
ipaddr: 172.20.24.2
|
||||
netmask: 255.255.255.0
|
||||
proto: static
|
||||
nameservers: [172.20.24.1,172.20.24.2]
|
||||
nameservers: [172.20.24.1, 172.20.24.2]
|
||||
|
||||
vip24_priority: 128
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
#validate: "ifstated -n -f %s"
|
||||
# validate: "ifstated -n -f %s"
|
||||
notify: restart ifstated
|
||||
|
||||
- name: enable ifstated
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
user:
|
||||
name: munin
|
||||
groups: hostkey
|
||||
append: yes
|
||||
append: true
|
||||
|
||||
# this needs better rule
|
||||
- name: fix selinux write errors
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
mode: 0755
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
||||
|
||||
- name: link data directory
|
||||
file:
|
||||
dest: /srv/tftpboot
|
||||
|
|
Loading…
Add table
Reference in a new issue