Skip to content
Snippets Groups Projects
Commit fdc0a7ce authored by Thomas Schneider's avatar Thomas Schneider
Browse files

pyxtrlock: Remove

Long obsolete and unused.
parent b25b7e63
No related branches found
No related tags found
1 merge request!11CI: Switch to plain Alpine image with modern ansible-lint
---
- name: remove pyxtrlock mouse symbol
command: ../bin/python make_empty_lock.py
args:
chdir: /opt/pyxtrlock/pyxtrlock
- name: setup pyxtrlock
command: ../bin/python setup.py install
args:
chdir: /opt/pyxtrlock/pyxtrlock
---
- name: ensure we got some virtualenv
pip:
virtualenv: /opt/pyxtrlock
virtualenv_command: "virtualenv -p /usr/bin/python3"
name: "{{ item }}"
with_items:
- simplepam
- pyxdg
notify:
- setup pyxtrlock
tags: pyxtrlock
- name: ensure we got a copy of pyxtrlock
git:
repo: git://github.com/leonnnn/pyxtrlock.git
dest: /opt/pyxtrlock/pyxtrlock
accept_hostkey: true
notify:
- remove pyxtrlock mouse symbol
- setup pyxtrlock
tags: pyxtrlock
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment