Commit graph

16 commits

Author SHA1 Message Date
462176464b ansiblelint fixes-- fqcn[action-core] - command to ansible.builtin.command
Replaces many references to  command: with ansible.builtin.command

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:26:47 +10:00
691adee6ee Fix name[casing] ansible-lint issues
fix 1900 failures of the following case issue:

`name[casing]: All names should start with an uppercase letter.`

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 20:20:07 +10:00
2cf38c1f17 [yaml-lint] fix yamllint errors and warnings on plabooks
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-11-25 19:04:25 +10:00
Nils Philippsen
2fd60b42d9 Fix typos in package update examples
The examples used semicolons to list multiple hosts and groups but it
should use colons (or commas).

Signed-off-by: Nils Philippsen <nils@redhat.com>
2022-08-15 16:24:32 +00:00
Kevin Fenzi
81fb4582e7 ansible: change when conditions to use == instead of is when checking strings.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:10 +02:00
Karsten Hopp
c9ed62ac32 update ansible_distribution_major_version conditionals
Signed-off-by: Karsten Hopp <karsten@redhat.com>
2020-04-24 21:34:10 +02:00
Pierre-Yves Chibon
d434e8d6c9 Adjust the update-packages playbook for the infrastructure-tags-stg repo 2017-09-05 11:59:08 +02:00
5d1b09d139 fixing more package install dnf/yum logic 2015-11-26 01:34:16 +00:00
Pierre-Yves Chibon
9f5318d299 dnf is Fedora 22+ 2015-11-19 11:05:42 +01:00
Pierre-Yves Chibon
1a87b50a23 Run dnf clean before we call dnf update 2015-11-19 10:12:49 +01:00
Pierre-Yves Chibon
65e436e01f Let's reflect the tool used 2015-11-19 10:08:15 +01:00
Pierre-Yves Chibon
84a1b8c5ef DNF does not support update_cache 2015-11-19 10:05:52 +01:00
Pierre-Yves Chibon
e5bb66d76d Port the update-package playbook to support dnf on F22+ 2015-11-17 15:31:51 +01:00
Kevin Fenzi
8eac032b9f Simplify update packages playbook. 2015-10-05 14:25:05 +00:00
Pierre-Yves Chibon
ae876baf01 Adjust the title for the yum clean all action 2015-01-12 16:20:35 +01:00
Ralph Bean
7af74d5e53 Rename and move the update packages playbook. 2014-11-07 18:03:30 +00:00
Renamed from playbooks/update_packages.yml (Browse further)