More ansible-core 2.20 fixes
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
+4
-4
@@ -12,9 +12,9 @@
|
|||||||
- '{{ ansible_facts["distribution"] }}-{{ ansible_facts["distribution_major_version"] }}-{{ ansible_facts["architecture"] }}.yml'
|
- '{{ ansible_facts["distribution"] }}-{{ ansible_facts["distribution_major_version"] }}-{{ ansible_facts["architecture"] }}.yml'
|
||||||
- '{{ ansible_facts["distribution"] }}-{{ ansible_facts["distribution_major_version"] }}-default.yml'
|
- '{{ ansible_facts["distribution"] }}-{{ ansible_facts["distribution_major_version"] }}-default.yml'
|
||||||
- '{{ ansible_facts["distribution"] }}-default.yml'
|
- '{{ ansible_facts["distribution"] }}-default.yml'
|
||||||
- '{{ ansible_os_family }}-{{ ansible_facts["distribution_major_version"] }}-{{ ansible_facts["architecture"] }}.yml'
|
- '{{ ansible_facts["os_family"] }}-{{ ansible_facts["distribution_major_version"] }}-{{ ansible_facts["architecture"] }}.yml'
|
||||||
- '{{ ansible_os_family }}-{{ ansible_facts["distribution_major_version"] }}-default.yml'
|
- '{{ ansible_facts["os_family"] }}-{{ ansible_facts["distribution_major_version"] }}-default.yml'
|
||||||
- '{{ ansible_os_family }}-default.yml'
|
- '{{ ansible_facts["os_family"] }}-default.yml'
|
||||||
- 'default.yml'
|
- 'default.yml'
|
||||||
paths:
|
paths:
|
||||||
- '../vars/'
|
- '../vars/'
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
- name: 'service discovery'
|
- name: 'service discovery'
|
||||||
when:
|
when:
|
||||||
- ansible_facts["system"] == 'Linux'
|
- ansible_facts["system"] == 'Linux'
|
||||||
- services is not defined
|
- ansible_facts["services"] is not defined
|
||||||
ansible.builtin.service_facts:
|
ansible.builtin.service_facts:
|
||||||
- name: 'ensure packages'
|
- name: 'ensure packages'
|
||||||
when:
|
when:
|
||||||
|
|||||||
@@ -43,10 +43,10 @@
|
|||||||
# Path intercept /path/to/sudo_intercept.so
|
# Path intercept /path/to/sudo_intercept.so
|
||||||
#
|
#
|
||||||
# Path to a shared library containing replacements for the execv(),
|
# Path to a shared library containing replacements for the execv(),
|
||||||
# execve() and fexecve() library functions, which perform a policy
|
# execve() and fexecve() library functions that perform a policy check
|
||||||
# check to verify whether the command is allowed and simply return
|
# to verify the command is allowed and simply return an error if not.
|
||||||
# an error if it is not. This is used to implement the "intercept"
|
# This is used to implement the "intercept" functionality on systems that
|
||||||
# functionality on systems that support LD_PRELOAD or its equivalent.
|
# support LD_PRELOAD or its equivalent.
|
||||||
#
|
#
|
||||||
# The compiled-in value is usually sufficient and should only be changed
|
# The compiled-in value is usually sufficient and should only be changed
|
||||||
# if you rename or move the sudo_intercept.so file.
|
# if you rename or move the sudo_intercept.so file.
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
# Path plugin_dir /path/to/plugins
|
# Path plugin_dir /path/to/plugins
|
||||||
#
|
#
|
||||||
# The default directory to use when searching for plugins that are
|
# The default directory to use when searching for plugins that are
|
||||||
# specified without a fully-qualified path name.
|
# specified without a fully qualified path name.
|
||||||
#
|
#
|
||||||
#Path plugin_dir /usr/libexec/sudo
|
#Path plugin_dir /usr/libexec/sudo
|
||||||
|
|
||||||
|
|||||||
@@ -43,10 +43,10 @@
|
|||||||
# Path intercept /path/to/sudo_intercept.so
|
# Path intercept /path/to/sudo_intercept.so
|
||||||
#
|
#
|
||||||
# Path to a shared library containing replacements for the execv(),
|
# Path to a shared library containing replacements for the execv(),
|
||||||
# execve() and fexecve() library functions, which perform a policy
|
# execve() and fexecve() library functions that perform a policy check
|
||||||
# check to verify whether the command is allowed and simply return
|
# to verify the command is allowed and simply return an error if not.
|
||||||
# an error if it is not. This is used to implement the "intercept"
|
# This is used to implement the "intercept" functionality on systems that
|
||||||
# functionality on systems that support LD_PRELOAD or its equivalent.
|
# support LD_PRELOAD or its equivalent.
|
||||||
#
|
#
|
||||||
# The compiled-in value is usually sufficient and should only be changed
|
# The compiled-in value is usually sufficient and should only be changed
|
||||||
# if you rename or move the sudo_intercept.so file.
|
# if you rename or move the sudo_intercept.so file.
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
# Path plugin_dir /path/to/plugins
|
# Path plugin_dir /path/to/plugins
|
||||||
#
|
#
|
||||||
# The default directory to use when searching for plugins that are
|
# The default directory to use when searching for plugins that are
|
||||||
# specified without a fully-qualified path name.
|
# specified without a fully qualified path name.
|
||||||
#
|
#
|
||||||
#Path plugin_dir /usr/libexec/sudo
|
#Path plugin_dir /usr/libexec/sudo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user