From 4f1179392e5d753b9f452e482a02329735647f2a Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 29 Jan 2025 21:39:13 -0600 Subject: [PATCH] Don't use sudo inside molecule CI tests. --- molecule/default/playbook-snap-install.yml | 2 +- molecule/default/playbook-source-install.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'