mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
fix: remove extra spaces on enable option in ini files
This commit is contained in:
parent
ab3d6c7ec5
commit
efebb627b9
@ -27,6 +27,7 @@
|
||||
option: enabled
|
||||
value: '{{ docker_yum_repo_enable_nightly }}'
|
||||
mode: 0644
|
||||
no_extra_spaces: yes
|
||||
|
||||
- name: Configure Docker Test repo.
|
||||
ini_file:
|
||||
@ -35,6 +36,7 @@
|
||||
option: enabled
|
||||
value: '{{ docker_yum_repo_enable_test }}'
|
||||
mode: 0644
|
||||
no_extra_spaces: yes
|
||||
|
||||
- name: Configure containerd on RHEL 8.
|
||||
block:
|
||||
|
Loading…
Reference in New Issue
Block a user