We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79690f3 commit fc61926Copy full SHA for fc61926
init.sh
@@ -50,8 +50,8 @@
50
# esac
51
52
if command -v apt-get >/dev/null 2>&1; then
53
- sudo apt-get update && \
54
- sudo apt-get install -y python3 python3-pip pipx
+ sudo apt-get update &&
+ sudo apt-get install -y python3 python3-pip pipx
55
elif command -v dnf >/dev/null 2>&1; then
56
sudo dnf update -y
57
sudo dnf install -y python3 python3-pip pipx
@@ -65,4 +65,5 @@ export PATH="$HOME/.local/bin:$PATH"
65
66
# Install minimal ansible package
67
pipx install --include-deps ansible
68
+pipx inject ansible argcomplete
69
pipx install ansible-lint
0 commit comments