Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2023
1 parent 619faeb commit 0fd210f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/join-ad-linux/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
service:
name: sssd
state: restarted
enabled: yes
enabled: yes
4 changes: 2 additions & 2 deletions ansible/roles/join-ad-linux/tasks/join_domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- name: Exit out of the play if instance is already joined to the domain
meta: end_host
when:
- result.rc == 0
- result.rc == 0

- name: Configure sshd_config
lineinfile:
Expand Down Expand Up @@ -48,4 +48,4 @@
- name: Check the validation result
fail:
msg: "AD join validation failed, {{ result.stderr }}"
when: result.rc != 0
when: result.rc != 0
2 changes: 1 addition & 1 deletion ansible/roles/join-ad-linux/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

- import_tasks: join_domain.yml
tags:
- ec2provision
- ec2provision

0 comments on commit 0fd210f

Please sign in to comment.