ubuntu.yml 240 B

123456789
  1. - name: Install libsodium via apt
  2. when: repo_universe_factory_available
  3. apt: name={{item}} state=latest update_cache=yes
  4. with_items:
  5. - libsodium13
  6. - libsodium-dev
  7. - include: source.yml
  8. when: not repo_universe_factory_available