Tag with cron.

This commit is contained in:
Ralph Bean
2017-11-17 13:54:20 +00:00
parent 5676d70ef4
commit 76f6aabcd4

View File

@@ -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