LoginSignup
9
8

More than 5 years have passed since last update.

ansibleでcomposerをインストール

Posted at
- name: install composer
  become: true
  shell: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin && mv /usr/bin/composer.phar /usr/bin/composer
         creates=/usr/bin/composer

シェルで|を使いたい場合はcommandモジュールじゃなくてshellモジュールを使うのか

9
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
8