Skip to content

Commit

Permalink
docker: fixed string that was missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 19, 2023
1 parent 5e4eae9 commit de0b80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/docker/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ docker_service_sleep: 120

docker_service_force: true

docker_update_hosts_service_runtime_max: 3600s
docker_update_hosts_service_runtime_max: "3600s"

docker_daemon_storage_driver: "{{ ('zfs' in var_lib_file_system.stdout) | ternary('zfs', 'overlay2') }}"

Expand Down

0 comments on commit de0b80b

Please sign in to comment.