Skip to content

Commit

Permalink
Use the FQCN for become_method plugins
Browse files Browse the repository at this point in the history
Use the fully-qualified collection name when declaring the plugin that
will be used with the `become_method` argument.
  • Loading branch information
mcdonnnj committed Jun 9, 2023
1 parent 51b9cc6 commit fdef310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fdef310

Please sign in to comment.