Changeset - 64e43cff4f29
[Not reviewed]
0 2 0
Branko Majic (branko) - 3 years ago 2021-01-12 05:39:15
branko@majic.rs
MAR-160: Fix linting errors.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/common/defaults/main.yml
Show inline comments
 
@@ -27,7 +27,7 @@ pip_check_requirements_py3:
 
  - six==1.15.0
 
  - wheel==0.35.1
 
ntp_servers: []
 
maintenance: False
 
maintenance: false
 
maintenance_allowed_hosts: []
 

	
 
# Internal use only.
roles/common/molecule/default/group_vars/parameters-optional.yml
Show inline comments
 
@@ -51,7 +51,7 @@ ntp_servers:
 
  - "0.debian.pool.ntp.org"
 
  - "1.debian.pool.ntp.org"
 
  - "2.debian.pool.ntp.org"
 
maintenance: True
 
maintenance: true
 
maintenance_allowed_hosts:
 
  - client1
 

	
0 comments (0 inline, 0 general)