Tweak elections

This commit is contained in:
Kevin Fenzi 2015-02-02 03:12:09 +00:00
parent a3d36184d2
commit 4e39b999ad

View file

@ -1,11 +1,6 @@
--- ---
# Configuration for the nuancier webapp # Configuration for the nuancier webapp
- name: clean yum metadata
command: yum clean all
tags:
- packages
- name: install needed packages - name: install needed packages
yum: pkg={{ item }} state=present yum: pkg={{ item }} state=present
with_items: with_items:
@ -37,6 +32,7 @@
command: /usr/bin/python2 /usr/share/fedora-elections/fedora-elections_createdb.py command: /usr/bin/python2 /usr/share/fedora-elections/fedora-elections_createdb.py
environment: environment:
FEDORA_ELECTIONS_CONFIG: /etc/fedora-elections/fedora-elections.cfg FEDORA_ELECTIONS_CONFIG: /etc/fedora-elections/fedora-elections.cfg
changed_when: "1 != 1"
tags: tags:
- config - config
notify: notify: