Old ansible configuration for servers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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