Compare commits

..

No commits in common. "c2a86623a786fac54aeb59a1ed7288f1d707f7c5" and "7dc4a654a13065c9dee4abae2f19d64850d06a3d" have entirely different histories.

3 changed files with 1 additions and 7 deletions

View file

@ -1,4 +1,4 @@
- name: Creating truffle dir
- name: Create truffle dir
ansible.builtin.file:
path: "{{ ansible_env.HOME }}/truffle"
state: directory

View file

@ -1,9 +1,3 @@
- name: Creating dotfiles dir
ansible.builtin.file:
path: "{{ ansible_env.HOME }}/.config"
state: directory
mode: a
- name: Bash config
ansible.builtin.import_tasks: bash.yml
when: "'bash' in configure"