From 76f6aabcd4641706e9f24b2827a67fee7550d3af Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 17 Nov 2017 13:54:20 +0000 Subject: [PATCH] Tag with cron. --- roles/pdc/frontend/tasks/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/roles/pdc/frontend/tasks/main.yml b/roles/pdc/frontend/tasks/main.yml index d622ae020e..d9d603cd71 100644 --- a/roles/pdc/frontend/tasks/main.yml +++ b/roles/pdc/frontend/tasks/main.yml @@ -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