diff options
author | mail_redacted_for_web | 2024-04-14 14:59:49 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2024-04-14 14:59:49 +0200 |
commit | 8927a48515420e82bc5c056a83a681dd44a0d3e1 (patch) | |
tree | 3df89a22837780e1bed0ace6faf8467003ceafdd /patch.yaml | |
parent | ea377dcd0ddcd990285ce0d6c3dc6835eb75963d (diff) | |
download | ansible-8927a48515420e82bc5c056a83a681dd44a0d3e1.tar.bz2 |
Code improvements: FQCNs, boolean handling, shell/command
Diffstat (limited to 'patch.yaml')
-rw-r--r-- | patch.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ serial: 666 tasks: - name: Gather necessary facts - setup: + ansible.builtin.setup: filter: "ansible_distribution*" - name: Debian Patches ansible.builtin.import_role: |