Skip to content

Commit fdef310

Browse files
committed
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.
1 parent 51b9cc6 commit fdef310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/default/upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- hosts: all
33
name: Upgrade base image
44
become: yes
5-
become_method: sudo
5+
become_method: ansible.builtin.sudo
66
tasks:
77
- name: Upgrade system packages
88
ansible.builtin.include_role:

0 commit comments

Comments
 (0)