fix condition syntax

This commit is contained in:
Robert Kaussow 2018-06-22 21:43:16 +02:00
parent 08f596e838
commit 5779c8e383
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
name: "{{ certbot_user }}"
become: True
become_user: root
when: not certbot_user == root
when: not certbot_user == 'root'
- name: Deploy certbot
block: