Files
@ a20ca43cd967
Branch filter:
Location: majic-ansible-roles/roles/wsgi_website/templates/systemd_wsgi_website.service.j2
a20ca43cd967
595 B
text/plain
MAR-134: Fix Ansible warning about use of apt and with_items:
- The apt module can accept list of names already, and with_items is
considered to be deprecated in this regard (otherwise it would
end-up running one apt command per item).
- Changed multiple roles where apt was used together along with_items.
- The apt module can accept list of names already, and with_items is
considered to be deprecated in this regard (otherwise it would
end-up running one apt command per item).
- Changed multiple roles where apt was used together along with_items.