Old ansible configuration for servers
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

install-fish 265B

1234567891011
  1. ---
  2. # Adds the fish-shell release PPA and installs fish.
  3. - name: install python-pycurl (needed to add fish PPA)
  4. apt: pkg=python-pycurl
  5. - name: add fish PPA
  6. apt_repository: repo='ppa:fish-shell/release-2' update_cache=yes
  7. - name: install fish
  8. apt: pkg=fish