fix condition syntax
This commit is contained in:
parent
08f596e838
commit
5779c8e383
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user