vt.archlinux/pacman

Configures Pacman repositories, with the possibility to add custom repositories under /etc/pacman.conf.d/<some_repo>.conf.

See:

Role variables

List of default variables available in the inventory:

---
# Official repositories to enable:
# - testing
# - core
# - extra
# - community-testing
# - community
# - multilib-testing
# - multilib
#
# See https://wiki.archlinux.org/index.php/Official_repositories
pacman_repositories:
  - core
  - extra
  - community