From e2a83b42cf13feafb059be015fedfe556d79a7f3 Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Fri, 6 Sep 2024 15:47:37 -0400 Subject: [PATCH] modified: README.md (#222) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2e33ae9..617b84f 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ You can also include it in a `requirements.yml` file and install it with `ansibl --- collections: - name: infra.leapp + - name: ansible.posix + version: ">=1.5.1" + - name: community.general + version: ">=6.6.0" + - name: fedora.linux_system_roles # or redhat.rhel_system_roles see upgrade readme for more details + version: ">=1.21.0" ``` Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the `ansible` package. To upgrade the collection to the latest available version, run the following command: