Skip to content

Commit

Permalink
trigger lint job
Browse files Browse the repository at this point in the history
trigger lint job
  • Loading branch information
oybed authored Mar 24, 2022
1 parent 5c129fe commit 656f2f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roles/config-ipa-client/tasks/ipa-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
- name: "Set up the IPA/IdM client integration"
command: >
ipa-client-install -U
-p "{{ ipa_username }}"
-w "{{ ipa_password }}"
--domain="{{ ipa_domain }}"
--force-join
-p "{{ ipa_username }}"
-w "{{ ipa_password }}"
--domain="{{ ipa_domain }}"
--force-join
- name: "Set up automount for file systems"
command: 'ipa-client-automount -U --location {{ ipa_automount_location }}'
Expand Down

0 comments on commit 656f2f5

Please # to comment.