Class: Ansible::Ruby::Modules::At

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/system/at.rb

Overview

Use this module to schedule a command or script file to run once in the future. All jobs are executed in the ‘a’ queue.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#commandString?



12
# File 'lib/ansible/ruby/modules/generated/extras/system/at.rb', line 12

attribute :command

#countString



19
# File 'lib/ansible/ruby/modules/generated/extras/system/at.rb', line 19

attribute :count

#script_fileObject?



16
# File 'lib/ansible/ruby/modules/generated/extras/system/at.rb', line 16

attribute :script_file

#state:present, ...



27
# File 'lib/ansible/ruby/modules/generated/extras/system/at.rb', line 27

attribute :state

#uniqueBoolean?



31
# File 'lib/ansible/ruby/modules/generated/extras/system/at.rb', line 31

attribute :unique

#units:minutes, ...



23
# File 'lib/ansible/ruby/modules/generated/extras/system/at.rb', line 23

attribute :units