Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bare variables usage for loops #79

Merged
merged 1 commit into from May 19, 2016

Conversation

fitz123
Copy link
Contributor

@fitz123 fitz123 commented May 17, 2016

Opened issue: #78

TASK [ansible-os-hardening : delete rhosts-files from system | DTAG SEC Req 3.21-4] ***
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment value uses the full
variable syntax ('{{users.stdout_lines}}').
This feature will be removed in a future release. Deprecation warnings can be
disabled by setting deprecation_warnings=False in ansible.cfg.

TASK [ansible-os-hardening : Change various sysctl-settings on rhel-hosts, look at the sysctl-vars file for documentation] ***
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment value uses the full
variable syntax ('{{sysctl_rhel_config}}').
This feature will be removed in a future release. Deprecation warnings can be
disabled by setting deprecation_warnings=False in ansible.cfg.

TASK [ansible-os-hardening : Change various sysctl-settings, look at the sysctl-vars file for documentation] ***
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment value uses the full
variable syntax ('{{sysctl_config}}').
This feature will be removed in a future release. Deprecation warnings can be disabled by
setting deprecation_warnings=False in ansible.cfg.

@rndmh3ro
Copy link
Member

Thanks!

@fitz123 fitz123 deleted the ansible_2.0-bare_vars_fix branch May 19, 2016 16:22
@fitz123
Copy link
Contributor Author

fitz123 commented May 19, 2016

It annoys me a long time, but I was too lazy to deal with it until this #78 issue)

rndmh3ro pushed a commit that referenced this pull request Jul 24, 2020
install selinux dependencies, check for already installed semodule
divialth pushed a commit to divialth/ansible-collection-hardening that referenced this pull request Aug 3, 2022
install selinux dependencies, check for already installed semodule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants