Skip to content

Commit e2533ff

Browse files
committed
Cs fix
1 parent 0af0719 commit e2533ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
- name: facts | set
44
set_fact:
5-
is_docker_guest: "{{ ansible_virtualization_role | default('host') == 'guest' and ansible_virtualization_type | default('none') == 'docker' }}"
5+
is_docker_guest: "{{ ansible_virtualization_role | default('host') == 'guest' and ansible_virtualization_type | default('none') == 'docker' }}"
66
tags:
77
- configuration
88
- postfix

0 commit comments

Comments
 (0)