-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup - Add ansible_os_install_date fact
Adds the ansible_os_install_date fact that contains the OS installation date as an ISO 8601 string value.
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
minor_changes: | ||
- >- | ||
setup - Added ``ansible_os_install_date`` as the OS installation date in the ISO 8601 format | ||
``yyyy-MM-ddTHH:mm:ssZ``. This date is represented in the UTC timezone - | ||
https://github.com/ansible-collections/ansible.windows/issues/663 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters