horizon/playbooks/cross-jobs/phantomjs-deps.yaml

7 lines
106 B
YAML

- hosts: all
tasks:
- name: Install libfontconfig
apt:
name: libfontconfig1
become: yes