fix(ansible): add FQDN to ansible tasks

This commit is contained in:
Nathaniel Landau
2022-10-07 14:41:11 -04:00
parent f5497c0983
commit 0d92a7e879
7 changed files with 37 additions and 35 deletions

View File

@@ -29,7 +29,7 @@
failed_when: pull_script_output.rc > 1
- name: "Output from pull_all_repos"
debug:
ansible.builtin.debug:
msg: "{{ pull_script_output.stdout }}"
when:
- not ansible_check_mode