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