Overdue commit

This commit is contained in:
Jonathan Cremin 2021-11-16 15:23:42 +00:00
parent 1e03c32201
commit 692269f9ff
49 changed files with 843 additions and 198 deletions

View file

@ -6,6 +6,7 @@
- qt5-qttools-devel
- qt5-qtwebsockets-devel
- qt5-qtwebengine-devel
- openconnect
state: present
become: yes
@ -17,21 +18,8 @@
version: master
dest: /tmp/GlobalProtect-openconnect
- name: Qmake the Makefile
- name: Install using provided script
command:
chdir: /tmp/GlobalProtect-openconnect
cmd: qmake-qt5 CONFIG+=release
creates: /tmp/GlobalProtect-openconnect/Makefile
- name: Make all the things
command:
chdir: /tmp/GlobalProtect-openconnect
cmd: make
creates: /tmp/GlobalProtect-openconnect/GPClient/gpclient
- name: make install
command:
chdir: /tmp/GlobalProtect-openconnect
cmd: make install
cmd: ./scripts/install.sh
creates: /usr/bin/gpclient
become: yes