Skip to content

Commit

Permalink
Fix conditional logic for docker service enable
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Dec 27, 2024
1 parent acf059f commit cef6c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/testing/golden-state-tree/pkgs/docker.sls
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ install-docker:
{%- endif %}
{%- endif %}

{%- if grains['os_family'] != 'Debian' or grains['os'] != 'Rocky' %}
{%- if grains['os_family'] != 'Debian' and grains['os'] != 'Rocky' %}
{%- if on_docker == False %}
reload-systemd-units:
module.run:
Expand Down

0 comments on commit cef6c10

Please sign in to comment.