Skip to content
Snippets Groups Projects
Commit 660c8716 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Fixes the if statement introduced by the last commit after testing

parent 8d384383
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ deployer:
user.absent: []
group.absent: []
{% if salt.pillar.get('deploy:config:key:', None) is not None %}
{% if salt.pillar.get('deploy:config:key:', False) %}
deploy_user_ssh_known_hosts_file_present:
file.managed:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment