Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alternative syntax for upgrading all installed packages via apt #25007

Merged
merged 1 commit into from
May 24, 2017

Conversation

almonteb
Copy link
Contributor

SUMMARY

Added alternative syntax to the apt module for supporting the upgrade of all packages.

#24189
Example:

- name: upgrade all installed packages
  apt: pkg=* state=latest
ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

apt

ANSIBLE VERSION

devel

@ansibot
Copy link
Contributor

ansibot commented May 24, 2017

The test ansible-test sanity --test validate-modules failed with the following error:

lib/ansible/modules/packaging/os/apt.py:175:12: E311 EXAMPLES is not valid YAML

click here for bot help

@ansibot ansibot added affects_2.4 This issue/PR affects Ansible v2.4 feature_pull_request module This issue/PR relates to a module. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. needs_triage Needs a first human triage before being processed. labels May 24, 2017
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels May 24, 2017
@abadger abadger merged commit b820d02 into ansible:devel May 24, 2017
@abadger
Copy link
Contributor

abadger commented May 24, 2017

Merged to devel. Thanks!

@bcoca bcoca removed the needs_triage Needs a first human triage before being processed. label May 31, 2017
@ansibot ansibot added feature This issue/PR relates to a feature request. and removed feature_pull_request labels Mar 4, 2018
@dagwieers dagwieers added the packaging Packaging category label Mar 3, 2019
@ansible ansible locked and limited conversation to collaborators Apr 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.4 This issue/PR affects Ansible v2.4 core_review In order to be merged, this PR must follow the core review workflow. feature This issue/PR relates to a feature request. module This issue/PR relates to a module. packaging Packaging category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants