diff options
author | Luke Macken <lmacken@redhat.com> | 2014-03-11 18:48:12 +0000 |
---|---|---|
committer | Luke Macken <lmacken@redhat.com> | 2014-03-11 18:48:12 +0000 |
commit | 5bf9f736c1ec26423fe7ec76871ffd736a974682 (patch) | |
tree | be13de8dea547eb364324f7c524b03df8afadd4b | |
parent | d9f82bdd7f7aa95c8da1576f5446d6026493d9d2 (diff) | |
download | ansible-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.yml | 2 |
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" |