Skip to content

Commit 4281841

Browse files
authored
Merge pull request #12 from kaidaguerre/master
Run "Get CPU architecture" in check mode
2 parents 0271548 + 9534823 commit 4281841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
command: getconf LONG_BIT
55
register: cpu_arch
66
changed_when: False
7+
check_mode: no
78

89
- name: Change URL destination for 32bit arch
910
set_fact:

0 commit comments

Comments
 (0)