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 71f8f97 commit 896e9d7Copy full SHA for 896e9d7
ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/capstone/tasks/main.yml
@@ -30,7 +30,8 @@
30
url: https://github.com/capstone-engine/capstone/archive/{{ capstone_version }}.tar.gz
31
dest: /tmp/capstone-{{ capstone_version }}.tar.gz
32
force: no
33
- mode: 0644
+ mode: 0440
34
+ checksum: sha512:7f93534517307b737422a8825b66b2a1f3e1cca2049465d60ab12595940154aaf843ba40ed348fce58de58b990c19a0caef289060eb72898cb008a88c470970e
35
when:
36
- (ansible_distribution == "RedHat" or ansible_distribution == "CentOS" or ansible_distribution == "SLES")
37
- capstone_installed.rc != 0
0 commit comments