We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af0719 commit e2533ffCopy full SHA for e2533ff
tasks/main.yml
@@ -2,7 +2,7 @@
2
---
3
- name: facts | set
4
set_fact:
5
- is_docker_guest: "{{ ansible_virtualization_role | default('host') == 'guest' and ansible_virtualization_type | default('none') == 'docker' }}"
+ is_docker_guest: "{{ ansible_virtualization_role | default('host') == 'guest' and ansible_virtualization_type | default('none') == 'docker' }}"
6
tags:
7
- configuration
8
- postfix
0 commit comments