summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2014-03-11 18:48:12 +0000
committerLuke Macken <lmacken@redhat.com>2014-03-11 18:48:12 +0000
commit5bf9f736c1ec26423fe7ec76871ffd736a974682 (patch)
treebe13de8dea547eb364324f7c524b03df8afadd4b
parentd9f82bdd7f7aa95c8da1576f5446d6026493d9d2 (diff)
downloadansible-5bf9f736c1ec26423fe7ec76871ffd736a974682.tar.gz
ansible-5bf9f736c1ec26423fe7ec76871ffd736a974682.tar.xz
ansible-5bf9f736c1ec26423fe7ec76871ffd736a974682.zip
Tag the bodhi matchpathcon command with 'config' to be consistent
-rw-r--r--roles/bodhi/base/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/bodhi/base/tasks/main.yml b/roles/bodhi/base/tasks/main.yml
index 52bd2179e..e4c607edd 100644
--- a/roles/bodhi/base/tasks/main.yml
+++ b/roles/bodhi/base/tasks/main.yml
@@ -76,6 +76,8 @@
register: cookiecontext
always_run: yes
changed_when: "1 != 1"
+ tags:
+ - config
- name: set the SELinux policy for the bugzilla cookie
command: semanage fcontext -a -t httpd_tmp_t "/var/tmp/bodhi-bz.cookie"