Skip to content

Commit 5a65fbb

Browse files
committed
Gather local facts where ansible_local.bootc is used
Signed-off-by: James Slagle <[email protected]>
1 parent 45102cc commit 5a65fbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roles/edpm_logrotate_crond/tasks/install.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
# License for the specific language governing permissions and limitations
1515
# under the License.
1616

17+
18+
- name: Gather local facts
19+
ansible.builtin.setup:
20+
gather_subset:
21+
- "local"
22+
1723
- name: Install cronie
1824
become: true
1925
ansible.builtin.dnf:

0 commit comments

Comments
 (0)