Skip to content

Commit

Permalink
console.hayaworld.localに依存するtasksのLint結果を反映
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Apr 23, 2024
1 parent 5d8d123 commit a570579
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tasks/authorized_keys.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
- name: "mkdir ~/.ssh/"
- name: "Make directory ~/.ssh/"
ansible.builtin.file:
path: /home/hayato/.ssh/
state: directory
mode: '0700'
tags:
- authorized_keys

- name: "put authorized_keys"
- name: "Put authorized_keys"
ansible.builtin.file:
src:
dest: /home/hayato/.ssh/authorized_keys
Expand Down
2 changes: 1 addition & 1 deletion tasks/console/install_rename.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: put rename(1)
- name: Put rename(1)
ansible.builtin.copy:
src: templates/console/usr/bin/rename
dest: /usr/bin/rename
Expand Down
2 changes: 1 addition & 1 deletion tasks/stop-apt-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
state: stopped
enabled: false

- name: put 10periodic(5)
- name: Put 10periodic(5)
ansible.builtin.copy:
src: templates/etc/apt/apt.conf.d/10periodic
dest: /etc/apt/apt.conf.d/10periodic
Expand Down

0 comments on commit a570579

Please sign in to comment.