fixed names
This commit is contained in:
parent
9dac6ebe3f
commit
ae80f12285
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
|||
---
|
||||
# tasks file for ansible-update
|
||||
- name: deploy ansible update script
|
||||
ansible.builtin.template:
|
||||
src: templates/ansible-update.sh
|
||||
ansible.builtin.copy:
|
||||
src: files/ansible-update.sh
|
||||
dest: /scripts/ansible-update.sh
|
||||
mode: '0754'
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
|||
mode: '0644'
|
||||
|
||||
- name: deploy ansible update timer
|
||||
ansible.builtin.copy:
|
||||
src: files/ansible-update.timer
|
||||
ansible.builtin.template:
|
||||
src: templates/ansible-update.timer
|
||||
dest: /usr/lib/systemd/system/cansible-update.timer
|
||||
mode: '0644'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue