classroom/roles/linroom/tasks/swi-prolog.yml

9 lines
144 B
YAML
Raw Normal View History

name: Install SWI-Prolog
apt:
name: swi-prolog
state: latest
name: Install SWI-Prolog - X support
apt:
name: swi-prolog-x
state: latest