mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
Tag with cron.
This commit is contained in:
@@ -33,13 +33,17 @@
|
||||
state: directory
|
||||
- dest: /usr/lib/python2.7/site-packages/pdc/apps/componentbranch/management/commands/__init__.py
|
||||
state: present
|
||||
tags: pdc
|
||||
tags:
|
||||
- pdc
|
||||
- cron
|
||||
|
||||
- name: Copy over the exportbranches command
|
||||
file:
|
||||
dest: /usr/lib/python2.7/site-packages/pdc/apps/componentbranch/management/commands/exportbranches.py
|
||||
src: exportbranches.py
|
||||
tags: pdc
|
||||
tags:
|
||||
- pdc
|
||||
- cron
|
||||
|
||||
- name: Copy over httpd config
|
||||
template: src=pdc.conf dest=/etc/httpd/conf.d/pdc.conf
|
||||
|
||||
Reference in New Issue
Block a user