Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wawrzek committed Dec 18, 2024
1 parent a49e7d3 commit 48d0784
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Ivynet Client installation

The role installs ivynet client binary file in Linux and ensure it's in global PATH.
The role installs ivynet client binary file in Linux and ensure it's in the global PATH.
Additionally, Ansible installs Docker CE (first adding matching package repository).

For more information about the Ivynet Client visit [here](https://docs.ivynet.dev/docs/client/clientExplanation).
For more information about the Ivynet Client visit [here](https://docs.ivynet.dev/).

# Quick start

Expand All @@ -16,7 +16,7 @@ For more information about the Ivynet Client visit [here](https://docs.ivynet.de
hosts: all
become: true
vars:
ivynet_client_version: 0.3.3
ivynet_client_version: 0.4.3
roles:
- ivynet-client-ansible
```
Expand All @@ -42,7 +42,7 @@ Molecule checks that:

# Known issue

- Molecule does not work with Apple Silicon (at least MacOS on it)
- Molecule does not work with Apple Silicon (at least with MacOS on it)

- Fedora 41 causes an issue for Ansible dnf module (https://github.com/ansible/ansible/issues/84206).
- Fedora 41 is an issue for Ansible dnf module (https://github.com/ansible/ansible/issues/84206).
That causes the role to fail on docker package installation.

0 comments on commit 48d0784

Please sign in to comment.