From fdef3101b86fa181387d61c39e4e90efc09b20fe Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Fri, 9 Jun 2023 13:47:32 -0400 Subject: [PATCH] Use the FQCN for `become_method` plugins Use the fully-qualified collection name when declaring the plugin that will be used with the `become_method` argument. --- molecule/default/upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/default/upgrade.yml b/molecule/default/upgrade.yml index 1c67c8c..67c299e 100644 --- a/molecule/default/upgrade.yml +++ b/molecule/default/upgrade.yml @@ -2,7 +2,7 @@ - hosts: all name: Upgrade base image become: yes - become_method: sudo + become_method: ansible.builtin.sudo tasks: - name: Upgrade system packages ansible.builtin.include_role: