(ver4a) Install ansible-lint
This commit is contained in:
parent
cee41d94ae
commit
8c1dd3d890
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ RUN dnf5 -y install butane coreos-installer
|
||||||
RUN dnf5 -y install uv
|
RUN dnf5 -y install uv
|
||||||
|
|
||||||
# Install general purpose development tools
|
# Install general purpose development tools
|
||||||
RUN dnf5 -y install codium neovim ansible
|
RUN dnf5 -y install codium neovim ansible python3-ansible-lint
|
||||||
|
|
||||||
# Remove KDE Connect
|
# Remove KDE Connect
|
||||||
RUN rpm -e kde-connect kde-connect-libs kdeconnectd
|
RUN rpm -e kde-connect kde-connect-libs kdeconnectd
|
||||||
|
|
|
@ -10,7 +10,7 @@ RUN dnf5 -y install butane coreos-installer
|
||||||
RUN dnf5 -y install uv
|
RUN dnf5 -y install uv
|
||||||
|
|
||||||
# Install general purpose development tools
|
# Install general purpose development tools
|
||||||
RUN dnf5 -y install codium neovim ansible
|
RUN dnf5 -y install codium neovim ansible python3-ansible-lint
|
||||||
|
|
||||||
# Remove KDE Connect
|
# Remove KDE Connect
|
||||||
RUN rpm -e kde-connect kde-connect-libs kdeconnectd
|
RUN rpm -e kde-connect kde-connect-libs kdeconnectd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue