Skip to content

Improved apt-upgrade-update.yml#3

Open
benjisho wants to merge 1 commit into
fdavis:masterfrom
benjisho:patch-2
Open

Improved apt-upgrade-update.yml#3
benjisho wants to merge 1 commit into
fdavis:masterfrom
benjisho:patch-2

Conversation

@benjisho
Copy link
Copy Markdown

  1. The sudo directive is deprecated since Ansible 2.9, and it's recommended to use become instead.
  2. Also, it's a good practice to use Ansible's apt module instead of the shell command for apt operations.

1. The sudo directive is deprecated since Ansible 2.9, and it's recommended to use become instead.
2. Also, it's a good practice to use Ansible's apt module instead of the shell command for apt operations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant