mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
skip pgp on parcimonie
This commit is contained in:
parent
dae0e909f4
commit
fcc2491816
1 changed files with 7 additions and 2 deletions
|
|
@ -1,11 +1,16 @@
|
|||
---
|
||||
- name: Install parcimonie.sh
|
||||
aur: name=parcimonie-sh-git user={{ user.name }}
|
||||
aur:
|
||||
name: parcimonie-sh-git
|
||||
user: "{{ user.name }}"
|
||||
skip_pgp: yes
|
||||
tags:
|
||||
- aur
|
||||
|
||||
- name: Push parcimonie.sh user configuration
|
||||
template: src=user.conf.j2 dest=/etc/parcimonie.sh.d/{{ user.name }}.conf
|
||||
template:
|
||||
src: user.conf.j2
|
||||
dest: /etc/parcimonie.sh.d/{{ user.name }}.conf
|
||||
|
||||
- include_tasks: roles/nmtrust/tasks/unit.yml
|
||||
vars:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue