fix indentation
This commit is contained in:
parent
4741a72109
commit
20b94d8e6c
@ -7,12 +7,12 @@
|
|||||||
when: not certbot_user == 'root'
|
when: not certbot_user == 'root'
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: Install certbot with pip
|
- name: Install certbot with pip
|
||||||
pip:
|
pip:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
executable: pip3
|
executable: pip3
|
||||||
extra_args: --user
|
extra_args: --user
|
||||||
loop: "{{ certbot_packages_extra + __certbot_packages }}"
|
loop: "{{ certbot_packages_extra + __certbot_packages }}"
|
||||||
|
|
||||||
- name: Create certbot environment
|
- name: Create certbot environment
|
||||||
file:
|
file:
|
||||||
|
Loading…
Reference in New Issue
Block a user