hdknr / note

Markdown Texts
http://qiita.com/hidelafoglia
7 stars 1 forks source link

[WARNING]: Consider using file module with state=directory rather than running mkdir #16

Open hdknr opened 7 years ago

hdknr commented 7 years ago
- name: anyenv plugins directory
  shell: >
    mkdir -p $(anyenv root)/plugins;
  args:
     executable: /bin/bash
  environment:
    PATH: "{{ anyenv_install_dir }}/bin:{{ lookup('env', 'PATH') }}