Skip to content

Commit

Permalink
Merge branch 'master' into abradshaw
Browse files Browse the repository at this point in the history
  • Loading branch information
mglantz authored Mar 26, 2019
2 parents f35cb4a + e7da7cc commit 6ee39ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manage/reposync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
path: /var/www/html/repos
state: directory
recurse: yes
setype: httpd_sys_content_t
serole: object_r
seuser: system_u


- name: run reposync for repository
#command: /usr/bin/reposync --gpgcheck -l --repoid={{ repo }} --download_path=/var/www/html/repos/ --downloadcomps --download-metadata
Expand All @@ -38,3 +42,6 @@
tags: repo


- name: ensure selinux file contexts
command: restorecon -R "/var/www/html/repos/{{ repo }}"

0 comments on commit 6ee39ec

Please sign in to comment.