mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-03-24 18:00
This commit is contained in:
7
roles/wapt_server/files/setup.py
Normal file
7
roles/wapt_server/files/setup.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/waptpython
|
||||
|
||||
import sys
|
||||
sys.path.append('/opt/wapt')
|
||||
from waptpackage import WaptLocalRepo
|
||||
repo = WaptLocalRepo("/var/www/html/wapt")
|
||||
repo.update_packages_index()
|
Reference in New Issue
Block a user