mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
- name: Deploy puppet.conf
|
- name: Deploy puppet.conf
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: puppet.conf.j2
|
src: puppet.conf.j2
|
||||||
dest: /etc/puppet/puppet.conf
|
dest: /etc/puppetlabs/puppet/puppet.conf
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|||||||
@@ -7,4 +7,4 @@
|
|||||||
when: ansible_facts.architecture is not defined
|
when: ansible_facts.architecture is not defined
|
||||||
|
|
||||||
- name: Include OS-specific tasks
|
- name: Include OS-specific tasks
|
||||||
ansible.builtin.include_tasks: "{{ ansible_distribution }}.yml"
|
ansible.builtin.include_tasks: "{{ ansible_distribution }}.yml"
|
||||||
Reference in New Issue
Block a user