foreman_openscap 11.0.1 → 11.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b17fbb140237c2390b5bffd2b4e33b258689ef17380d5b70f8cb037d61c1e46b
|
4
|
+
data.tar.gz: e7f0e091e83ed1bc8d34e203968baf1fe0c8149851387f3f996b0c93a7a732bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4d9aae2742389aa57874e365a43ad91415edcc6e35435608f9b8881429753da82975daaf89950b6c26bcc3cd8be11f0c4332ed7e7701467d470cbeccedae0f4
|
7
|
+
data.tar.gz: 595740b2ea35769946c34e424e91d1261bdd49521f5a0db5f47dd2e20fd6a68d08bf3c0fdf80ed7b9708e0f2cf7cb9066aab879a9bbe5ca86325941d13155657
|
@@ -31,6 +31,14 @@ require:
|
|
31
31
|
when: is_bootc_host
|
32
32
|
- debug: var=out
|
33
33
|
when: is_bootc_host
|
34
|
+
- name: Set ansible_pkg_mgr to dnf for image mode hosts (Ansible 2.4 compatibility)
|
35
|
+
set_fact:
|
36
|
+
ansible_pkg_mgr: dnf
|
37
|
+
when: is_bootc_host
|
38
|
+
- name: Set pkg_mgr to dnf for image mode hosts
|
39
|
+
set_fact:
|
40
|
+
ansible_facts: "{{ ansible_facts | combine({'pkg_mgr': 'dnf'}) }}"
|
41
|
+
when: is_bootc_host
|
34
42
|
<%= indent(4) { input('tasks') } -%>
|
35
43
|
<% if truthy?(input('reboot')) %>
|
36
44
|
- name: Reboot the machine
|