Old ansible configuration for servers
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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