Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ The **Ansible Control Node** must have the following installed:

- **Ansible**
- ansible-core >= 2.11, < 2.17
- ansible: >=9.x.x

To see which Ansible version is currently installed, execute the `ansible --version` command as shown below.

Expand Down Expand Up @@ -316,7 +317,8 @@ On your control node, execute the following command to install the Itential Depl
ansible-galaxy collection install itential.deployer
```

When a new version of the Deployer is available, you can upgrade using the following command:
This should also install the required ansible dependencies. When a new version of the Deployer is
available, you can upgrade using the following command:

```bash
ansible-galaxy collection install itential.deployer --upgrade
Expand Down
1 change: 1 addition & 0 deletions roles/gateway/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
ansible.builtin.include_vars:
file: "{{ item }}"
with_first_found:
- "gateway-release-{{ gateway_release }}.yml" # Prefer this new format
- "{{ gateway_release }}-{{ ansible_distribution
| lower }}-{{ ansible_distribution_major_version }}.yml"
- "release-undefined.yml"
Expand Down
Loading
Loading