We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee49f54 commit 751c77eCopy full SHA for 751c77e
tasks/main.yml
@@ -96,4 +96,4 @@
96
97
- name: Setup i386 support for XMPFilesProcessor.
98
include_tasks: xmp_i386.yml
99
- when: ansible_architecture == 'x86_64'
+ when: ansible_architecture == 'x86_64'
tasks/sysvinit.yml
@@ -22,4 +22,4 @@
22
line: "session required pam_limits.so"
23
regexp: "#?\\s*session\\s+required\\s+pam_limits.so"
24
25
- when: aem_cms_limit_nofile
+ when: aem_cms_limit_nofile
0 commit comments