add skel
This commit is contained in:
parent
c86cc0ff2d
commit
206ac043cc
@ -47,6 +47,9 @@
|
||||
- name: Configure common scripts
|
||||
ansible.builtin.import_tasks: tasks/scripts.yml
|
||||
|
||||
- name: Configure common skel items
|
||||
ansible.builtin.import_tasks: tasks/skel.yml
|
||||
|
||||
post_tasks:
|
||||
- name: Touching run file that ansible has ran here
|
||||
ansible.builtin.file:
|
||||
|
@ -6,6 +6,7 @@
|
||||
dest: "/root/.tmux.conf"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
with_items:
|
||||
- "{{ ansible_distribution_major_version }}-tmux.conf"
|
||||
|
||||
@ -15,6 +16,7 @@
|
||||
dest: "/home/ansible/{{ item }}"
|
||||
owner: ansible
|
||||
group: ansible
|
||||
mode: '0644'
|
||||
with_items:
|
||||
- ".inputrc"
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user