diff --git a/molecule/default/playbook-snap-install.yml b/molecule/default/playbook-snap-install.yml index b891248..572f1b5 100644 --- a/molecule/default/playbook-snap-install.yml +++ b/molecule/default/playbook-snap-install.yml @@ -1,7 +1,7 @@ --- - name: Converge hosts: all - become: true + #become: true vars: certbot_install_method: 'snap' diff --git a/molecule/default/playbook-source-install.yml b/molecule/default/playbook-source-install.yml index 1e64f7a..28da1f3 100644 --- a/molecule/default/playbook-source-install.yml +++ b/molecule/default/playbook-source-install.yml @@ -1,7 +1,7 @@ --- - name: Converge hosts: all - become: true + #become: true vars: certbot_install_method: 'source'