mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-31 09:20:43 +08:00
Merge branch 'master' of /git/ansible
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
- name: ntp pkgs
|
||||
command: dnf install -y ntpdate ntp libsemanage-python libselinux-python
|
||||
when: ansible_distribution_major_version > '21' and ansible_cmdline.ostree is not defined
|
||||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user