This commit is contained in:
uzziell 2025-05-12 14:30:49 +01:00 committed by GitHub
commit 777b24e622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
- NIST800-53R5_SI-2 - NIST800-53R5_SI-2
- patch - patch
block: block:
- name: "1.2.2.1 | PATCH | Ensure updates, patches, and additional security software are installedi | Update" - name: "1.2.2.1 | PATCH | Ensure updates, patches, and additional security software are installed | Update"
ansible.builtin.package: ansible.builtin.package:
name: "*" name: "*"
state: latest state: latest

View File

@ -16,8 +16,8 @@
src: "{{ item }}.j2" src: "{{ item }}.j2"
dest: "/{{ item }}" dest: "/{{ item }}"
mode: 'go-r' mode: 'go-r'
owner: root owner: _chrony
group: root group: _chrony
loop: loop:
- etc/chrony/sources.d/pool.sources - etc/chrony/sources.d/pool.sources
- etc/chrony/sources.d/server.sources - etc/chrony/sources.d/server.sources