diff --git a/roles/copr/mbs/tasks/main.yml b/roles/copr/mbs/tasks/main.yml index a658ec24a2..4ac0f8271a 100644 --- a/roles/copr/mbs/tasks/main.yml +++ b/roles/copr/mbs/tasks/main.yml @@ -1,11 +1,3 @@ -# @TODO -# -# - I am currently storing my personal token in /etc/module-build-service/copr.conf -# and also my personal login in /etc/module-build-service/config.py -# -# - I am currently running mbs-frontend manually -# - Because of issue with in httpd config. See coprs.conf - --- # Cant use the ansible dnf module here. It doesnt work without these pacakges. @@ -166,8 +158,3 @@ - name: Copy httpd/mbs.conf to vhosts directory copy: src=httpd/mbs.conf dest=/etc/httpd/conf/vhosts/mbs/mbs.conf notify: reload httpd - - -# In this point personal information needs to be manually set, as described in @TODO at the beggining of the file -# The frontend process needs to be restarted. Then it is possible to submit new module build. -# Run: python submit_build_copr.py 127.0.0.1