Skip to content

Instantly share code, notes, and snippets.

@kgriffs
Created October 30, 2018 02:18
Show Gist options
  • Save kgriffs/aa3bf0e35ba728e9b24385120acdce4e to your computer and use it in GitHub Desktop.
Save kgriffs/aa3bf0e35ba728e9b24385120acdce4e to your computer and use it in GitHub Desktop.
Puppeteer chrome deps for CentOS 7
- name: Install puppeteer/chrome deps
yum:
name: "{{ item }}"
state: latest
with_items:
- libX11
- libXcomposite
- libXcursor
- libXdamage
- libXext
- libXi
- libXtst
- cups
- libXScrnSaver
- libXrandr
- pango
- atk
- at-spi2-atk
- gtk3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment