fix indentation

This commit is contained in:
Robert Kaussow 2020-04-20 23:25:13 +02:00
parent 4741a72109
commit 20b94d8e6c
1 changed files with 6 additions and 6 deletions

View File

@ -7,12 +7,12 @@
when: not certbot_user == 'root'
- block:
- name: Install certbot with pip
pip:
name: "{{ item }}"
executable: pip3
extra_args: --user
loop: "{{ certbot_packages_extra + __certbot_packages }}"
- name: Install certbot with pip
pip:
name: "{{ item }}"
executable: pip3
extra_args: --user
loop: "{{ certbot_packages_extra + __certbot_packages }}"
- name: Create certbot environment
file: