Skip to content

Commit

Permalink
Merge pull request #422 from cradle8810/419_create_scripts_dir
Browse files Browse the repository at this point in the history
Make Homedir scripts
  • Loading branch information
cradle8810 authored Jan 17, 2025
2 parents 7886a4e + 47b45c0 commit 652b09a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tasks/console/put_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
state: directory
mode: '0755'

- name: Put Pocket remove scrtipt
- name: Mkdir Homedir Scripts
ansible.builtin.file:
path: /home/hayato/Scripts/
state: directory
mode: '0755'

- name: Put Pocket remove scrtipt on Home Scripts dir
ansible.builtin.template:
src: templates/console/home/hayato/Scripts/remove.sh.j2
dest: /home/hayato/Scripts/remove.sh
Expand Down

0 comments on commit 652b09a

Please sign in to comment.