mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Adhere to the naming convention
This commit is contained in:
6
scripts/opensuse linux/ansible.install.sh
Executable file
6
scripts/opensuse linux/ansible.install.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
sudo zypper --non-interactive search --installed-only 'python??' \
|
||||
| sed -e '1,/---/ d' -e 's/ | /,/g' \
|
||||
| awk -F ',' '{print $2 "-netaddr"}' \
|
||||
| xargs sudo zypper install --no-confirm ansible
|
||||
Reference in New Issue
Block a user