Skip to content

Commit

Permalink
https://github.com/ansible/ansible-lint/pull/2505
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Sep 30, 2022
1 parent 95aaad6 commit 9030876
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion playbooks/side_effect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
- { dest: "/etc/ansible/roles" }

- name: rsync directories
synchronize:
ansible.posix.synchronize:
dest: "{{ item.dest }}"
src: "{{ item.src }}"
archive: true
Expand Down
2 changes: 1 addition & 1 deletion playbooks/tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
until: result is succeeded

- name: update /etc/default/grub
ini_file:
community.general.ini_file:
path: "/etc/default/grub"
section: ""
option: "{{ item.option }}"
Expand Down
2 changes: 1 addition & 1 deletion playbooks/tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
until: result is succeeded

- name: update /etc/default/grub
ini_file:
community.general.ini_file:
path: "/etc/default/grub"
section: ""
option: "{{ item.option }}"
Expand Down
2 changes: 1 addition & 1 deletion playbooks/tasks/suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
until: result is succeeded

- name: update /etc/default/grub
ini_file:
community.general.ini_file:
path: "/etc/default/grub"
section: ""
option: "{{ item.option }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/kernel
2 changes: 1 addition & 1 deletion roles/locales
2 changes: 1 addition & 1 deletion roles/timezone
Submodule timezone updated 1 files
+1 −1 tasks/main.yml

0 comments on commit 9030876

Please sign in to comment.