Lint fixes
This commit is contained in:
parent
b1c135974e
commit
c99efeab61
4 changed files with 3 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
||||||
service:
|
service:
|
||||||
name: tmp.mount
|
name: tmp.mount
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: true
|
||||||
|
|
||||||
- name: install postfix
|
- name: install postfix
|
||||||
include_role:
|
include_role:
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
name: foo.sh
|
name: foo.sh
|
||||||
description: foo.sh - Internal YUM Repository
|
description: foo.sh - Internal YUM Repository
|
||||||
baseurl: https://mirrors.foo.sh/foo.sh/el$releasever/$basearch
|
baseurl: https://mirrors.foo.sh/foo.sh/el$releasever/$basearch
|
||||||
gpgcheck: no
|
gpgcheck: false
|
||||||
|
|
|
@ -22,4 +22,3 @@
|
||||||
hour: "05"
|
hour: "05"
|
||||||
minute: "10"
|
minute: "10"
|
||||||
job: /usr/local/sbin/gravatar-update
|
job: /usr/local/sbin/gravatar-update
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue