1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-08-16 12:59:49 +02:00

Merge pull request #15 from roles-ansible/varnamne

Update wrong varname
This commit is contained in:
L3D 2023-10-29 18:48:27 +01:00 committed by GitHub
commit a3ac34e33d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
- name: Check playbook version
become: true
ansible.builtin.slurp:
src: "/etc/.ansible-version/{{ playbook_version_path }}"
src: "/etc/.ansible-version/{{ ntp__playbook_version_path }}"
register: playbook_version
when: submodules_versioncheck | bool
failed_when: false
@ -38,7 +38,7 @@
become: true
ansible.builtin.copy:
content: "{{ playbook_version_number }}"
dest: "/etc/.ansible-version/{{ playbook_version_path }}"
dest: "/etc/.ansible-version/{{ ntp__playbook_version_path }}"
mode: '0644'
when: submodules_versioncheck | bool
tags: skip_ansible_lint_template-instead-of-copy

View file

@ -1,5 +1,5 @@
---
playbook_version_number: 2059
playbook_version_number: 2060
ntp__playbook_version_path: 'role-ntp_chaos-bodensee_github.com.version'
ntp__vars: