Skip to content
Snippets Groups Projects
Unverified Commit 782f0511 authored by Victor Morales's avatar Victor Morales Committed by GitHub
Browse files

Define ostree variable for runc (#9321)

The ostree variable is not defined previously raising an error when
the runtime tries to read it.
parent fa093ee6
No related branches found
No related tags found
No related merge requests found
---
- name: runc | check if fedora coreos
stat:
path: /run/ostree-booted
get_attributes: no
get_checksum: no
get_mime: no
register: ostree
- name: runc | set is_ostree
set_fact:
is_ostree: "{{ ostree.stat.exists }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment