Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ta-yuhyeon committed Aug 11, 2024
1 parent 41071a1 commit b581c2b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
src: ./zshrc
dest: /Users/loyuta/.zshrc
remote_src: true
mode: "0644"
when: ansible_distribution_id == 'MacOSX'
- name: Copy zshrc file 2
ansible.builtin.debug:
msg: "hello there"

# - name: Copy file
# ansible.builtin.template:
# src: zshrc.j2
# dest: /Users/loyuta/.zshrc
# mode: '0644'
# mode: '0644'

0 comments on commit b581c2b

Please sign in to comment.