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
|
||||
ansible.builtin.template:
|
||||
src: puppet.conf.j2
|
||||
dest: /etc/puppet/puppet.conf
|
||||
dest: /etc/puppetlabs/puppet/puppet.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
when: ansible_facts.architecture is not defined
|
||||
|
||||
- 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