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